Skip to content

Commit 39c8b2f

Browse files
committed
ci: fix typo in Maven release configuration
- Relates to #47
1 parent 5983cd2 commit 39c8b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext.configurePublishing = { Project evaluatedProject ->
3232
return
3333
}
3434
def delombokedSourceDir = "$buildDir/delombok"
35-
def isRelease = version.endsWith('SNAPSHOT')
35+
def isRelease = !version.endsWith('SNAPSHOT')
3636
def ossrhUsername = findProperty("ossrhUsername")
3737
def ossrhPassword = findProperty("ossrhPassword")
3838
def releaseUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"

0 commit comments

Comments
 (0)