We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7441ac3 commit f087f38Copy full SHA for f087f38
1 file changed
publish.build.gradle
@@ -15,7 +15,7 @@ publishing {
15
repositories {
16
maven {
17
def release = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
18
- def snapshot = ""https://central.sonatype.com/repository/maven-snapshots/"
+ def snapshot = "https://central.sonatype.com/repository/maven-snapshots/"
19
url = version.endsWith('SNAPSHOT') ? snapshot : release
20
21
credentials {
0 commit comments