Skip to content

Commit

Permalink
updated sonatype credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosiano committed Sep 12, 2024
1 parent 814bd54 commit 7429961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonatype-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ group = libGroupId
version = libVersion

//retrieve variables from system environmental variables
def sonatypeUser = enableDeploy ? System.getenv('SONATYPE_USER') : ''
def sonatypePwd = enableDeploy ? System.getenv('SONATYPE_PWD') : ''
def sonatypeUser = enableDeploy ? System.getenv('SONATYPE_USERTOKEN_USER') : ''
def sonatypePwd = enableDeploy ? System.getenv('SONATYPE_USERTOKEN_PASSWORD') : ''
def sonatypeGpgKey = enableDeploy ? System.getenv('SONATYPE_GPG_KEY') : ''
def sonatypeGpgPwd = enableDeploy ? System.getenv('SONATYPE_GPG_PWD') : ''
def sonatypeGpgPath = enableDeploy ? System.getenv('SONATYPE_GPG_PATH') : ''
Expand Down

0 comments on commit 7429961

Please sign in to comment.