We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4243e0f commit cf63a59Copy full SHA for cf63a59
1 file changed
build.gradle
@@ -91,13 +91,13 @@ subprojects {
91
}
92
93
94
-// signing {
95
-// if (findProperty('signingKey') != null) {
96
-// def decodedKey = new String(findProperty('signingKey').decodeBase64())
97
-// useInMemoryPgpKeys(decodedKey, findProperty('signingPassword'))
98
-// }
99
-// sign publishing.publications.sonatype
100
+ signing {
+ if (findProperty('signingKey') != null) {
+ def decodedKey = new String(findProperty('signingKey').decodeBase64())
+ useInMemoryPgpKeys(decodedKey, findProperty('signingPassword'))
+ }
+ sign publishing.publications.sonatype
101
102
tasks.withType(Test).configureEach {
103
testLogging {
0 commit comments