We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5966c commit a6ae7f8Copy full SHA for a6ae7f8
gradle/setup.gradle
@@ -93,7 +93,7 @@ publishing {
93
name = "mock"
94
url = "${rootProject.layout.buildDirectory.get().asFile.toString()}/repo"
95
}
96
- if (qualifyVersion("$version") == "RELEASE") {
+ if (qualifyVersion("$version") in ["RELEASE", "MILESTONE"]) {
97
maven {
98
name = "sonatype"
99
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
0 commit comments