Skip to content

Commit

Permalink
Fix nexus url
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Jan 17, 2024
1 parent 17e0d46 commit 8673bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/spring-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publishing {
maven {
name 'nexus'
url = System.getenv("NEXUS_REPO_URL") ? System.getenv("NEXUS_REPO_URL") :
"https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/"
"https://maven.wso2.org/nexus/content/repositories/releases"
credentials {
username rootProject.hasProperty("nexus_username") ? nexus_username : System.getenv("NEXUS_USERNAME")
password rootProject.hasProperty("nexus_password") ? nexus_password : System.getenv("NEXUS_PASSWORD")
Expand Down

0 comments on commit 8673bcc

Please sign in to comment.