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 cfdf972 commit 897260cCopy full SHA for 897260c
maven.gradle
@@ -20,7 +20,11 @@ def getRepositoryPassword() {
20
return hasProperty('nexusPassword') ? nexusPassword : ""
21
}
22
23
-//https://issues.sonatype.org/browse/OSSRH-54875
+/*
24
+ https://issues.sonatype.org/browse/OSSRH-54875
25
+ https://issues.sonatype.org/browse/OSSRH-67154
26
+ Move local.properties to gradle.properties if you have a problems with SIGNING
27
+ */
28
afterEvaluate { project ->
29
uploadArchives {
30
repositories {
0 commit comments