Skip to content

Commit

Permalink
Let Gradle sign all publications
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Aug 2, 2024
1 parent cc18e41 commit f130f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ signing {
//useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)

//Apply signing to publication identity 'publishing.publications.maven'
sign publishing.publications.pluginMaven
sign publishing.publications
}else {
println 'WARNING: No property \'signingKey\' found. Artifact signing will be skipped.'
}
Expand Down

0 comments on commit f130f34

Please sign in to comment.