Skip to content

Commit

Permalink
change publish
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Oct 12, 2023
1 parent ae58017 commit 99a8f69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mvn_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ publishing {
maven {
name = POM_NAME
url = getReleaseRepositoryUrl()
// credentials {
// username = getRepositoryUsername()
// password = getRepositoryPassword()
// }
credentials {
username = getRepositoryUsername()
password = getRepositoryPassword()
}
}
}

Expand Down

0 comments on commit 99a8f69

Please sign in to comment.