Skip to content

Commit

Permalink
✨ 开始 3.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Jun 19, 2024
1 parent 07fbce3 commit 3d0ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def getSonarToken() {
}

def getRepositoryUsername() {
return System.getenv('NEXUS_OSS_USER_NAME') ?: NEXUS_OSS_USER_NAME
return System.getenv('OSSRH_USERNAME') ?: NEXUS_OSS_USER_NAME
}

def getRepositoryPassword() {
return System.getenv('NEXUS_OSS_PASS_WORD') ?: NEXUS_OSS_PASS_WORD
return System.getenv('OSSRH_TOKEN') ?: NEXUS_OSS_PASS_WORD
}

0 comments on commit 3d0ae4b

Please sign in to comment.