Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivchar Vitaly committed Apr 17, 2021
1 parent cfdf972 commit 897260c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ def getRepositoryPassword() {
return hasProperty('nexusPassword') ? nexusPassword : ""
}

//https://issues.sonatype.org/browse/OSSRH-54875
/*
https://issues.sonatype.org/browse/OSSRH-54875
https://issues.sonatype.org/browse/OSSRH-67154
Move local.properties to gradle.properties if you have a problems with SIGNING
*/
afterEvaluate { project ->
uploadArchives {
repositories {
Expand Down

0 comments on commit 897260c

Please sign in to comment.