Skip to content

Commit efa92ec

Browse files
committed
Fix signing of Gradle plugin
1 parent 4ec5081 commit efa92ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle-plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ signing {
110110

111111
//Apply signing to publication identity 'publishing.publications.maven'
112112
sign publishing.publications.pluginMaven
113+
sign publishing.publications.simplePluginPluginMarkerMaven
113114
} else {
114115
println 'WARNING: No property \'signingKey\' found. Artifact signing will be skipped.'
115116
}

0 commit comments

Comments
 (0)