We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70b8915 + 3c30b81 commit 6d666b3Copy full SHA for 6d666b3
1 file changed
build.gradle
@@ -176,6 +176,7 @@ nexusPublishing {
176
}
177
178
signing {
179
+ required { !project.hasProperty('publishToMavenLocal') }
180
def signingKey = System.env.MAVEN_CENTRAL_PGP_KEY
181
useInMemoryPgpKeys(signingKey, "")
182
sign publishing.publications
0 commit comments