Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Feb 13, 2025
1 parent 224d875 commit f50b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {
repositories {
mavenLocal()
maven{
url "https://nexus1.opsmx.net/repository/maven-snapshots/"
url = "NEXUS_URL"
credentials {
username = "NEXUS_USERNAME"
password = "NEXUS_PASSWORD"
Expand Down

0 comments on commit f50b0cb

Please sign in to comment.