Skip to content

Commit a6ae7f8

Browse files
committed
[release] Prepare and release 3.8.0-M1 - attempt 2
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent cd5966c commit a6ae7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/setup.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ publishing {
9393
name = "mock"
9494
url = "${rootProject.layout.buildDirectory.get().asFile.toString()}/repo"
9595
}
96-
if (qualifyVersion("$version") == "RELEASE") {
96+
if (qualifyVersion("$version") in ["RELEASE", "MILESTONE"]) {
9797
maven {
9898
name = "sonatype"
9999
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"

0 commit comments

Comments
 (0)