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 11d69ea commit a8f33b6Copy full SHA for a8f33b6
gradle/publish.gradle
@@ -51,7 +51,7 @@ publishing {
51
}
52
53
signing {
54
- required { !version.toString().endsWith("SNAPSHOT") }
+ required { gradle.taskGraph.hasTask("publish") }
55
useInMemoryPgpKeys(findProperty("signingKeyId"), findProperty("signingKey"), findProperty("signingPassword"))
56
sign publishing.publications
57
0 commit comments