We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61df5b commit 1a4eb8dCopy full SHA for 1a4eb8d
gradle/scripts/mavenCentralPublish.gradle
@@ -84,9 +84,9 @@ if (project.hasProperty('user') && project.hasProperty('password') && project.ha
84
}
85
signing {
86
useInMemoryPgpKeys(
87
- findProperty('signingKey') as String,
88
- findProperty('signingPassword') as String
89
- )
+ findProperty('signingKey') as String,
+ findProperty('signingPassword') as String
+ )
90
sign publications.mavenJava
91
92
0 commit comments