Skip to content

Commit 897260c

Browse files
author
Vivchar Vitaly
committed
Add comments
1 parent cfdf972 commit 897260c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

maven.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ def getRepositoryPassword() {
2020
return hasProperty('nexusPassword') ? nexusPassword : ""
2121
}
2222

23-
//https://issues.sonatype.org/browse/OSSRH-54875
23+
/*
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+
*/
2428
afterEvaluate { project ->
2529
uploadArchives {
2630
repositories {

0 commit comments

Comments
 (0)