Skip to content

Commit

Permalink
Fix signing of Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 11, 2023
1 parent 4ec5081 commit efa92ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ signing {

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

0 comments on commit efa92ec

Please sign in to comment.