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 84e7e03 commit 5369da9Copy full SHA for 5369da9
build.gradle
@@ -198,10 +198,7 @@ subprojects { project ->
198
def secretKey = System.getenv("GPG_SECRET_KEY")
199
def password = System.getenv("GPG_PASSWORD")
200
201
- required {
202
- !project.version.endsWith("SNAPSHOT") && gradle.taskGraph.hasTask("publishDistPublicationToCentralRepository")
203
- }
204
-
+ required { !project.version.endsWith("SNAPSHOT") }
205
useInMemoryPgpKeys(keyId, secretKey, password)
206
sign publishing.publications.dist
207
}
0 commit comments