We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983cd2 commit 39c8b2fCopy full SHA for 39c8b2f
shared.gradle
@@ -32,7 +32,7 @@ ext.configurePublishing = { Project evaluatedProject ->
32
return
33
}
34
def delombokedSourceDir = "$buildDir/delombok"
35
- def isRelease = version.endsWith('SNAPSHOT')
+ def isRelease = !version.endsWith('SNAPSHOT')
36
def ossrhUsername = findProperty("ossrhUsername")
37
def ossrhPassword = findProperty("ossrhPassword")
38
def releaseUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
0 commit comments