We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3060a30 commit 3c30b81Copy full SHA for 3c30b81
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