Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanHe committed Nov 15, 2023
1 parent eb09e12 commit fef01e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ publishing {
url "https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/"
}
credentials {
username System.getenv("NEXUS_USERNAME")
password System.getenv("NEXUS_PASSWORD")
username System.getenv("nexusUser")
password System.getenv("nexusPassword")
}
}
}
Expand Down

0 comments on commit fef01e2

Please sign in to comment.