Skip to content

Commit

Permalink
No need to sign for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 19, 2024
1 parent de5004d commit 0166dbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ gradlePlugin {
tasks.named('publishPlugins') {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/21283")
}

signing {
required = !version.toString().endsWith("-SNAPSHOT")
}

0 comments on commit 0166dbb

Please sign in to comment.