Skip to content

Commit

Permalink
Try with snapshot check
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Jan 29, 2025
1 parent 3b1a791 commit 9d3663a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ signing {
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.maven
}

nexusPublishing {
useStaging.set(provider {
def release = publishing.publications.maven
release.version.endsWith("-SNAPSHOT")
})
}

0 comments on commit 9d3663a

Please # to comment.