Skip to content

Commit

Permalink
Merge pull request #262 from niveathika/main
Browse files Browse the repository at this point in the history
Change configs as per standard
  • Loading branch information
niveathika authored Oct 17, 2023
2 parents 2c442bd + 8b94a01 commit 1049548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ publishing {
url "https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/"
}
credentials {
username System.getenv("NEXUS_USER")
username System.getenv("NEXUS_USERNAME")
password System.getenv("NEXUS_PASSWORD")
}
}
Expand Down

0 comments on commit 1049548

Please sign in to comment.