Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
NEXUS_URL changed
  • Loading branch information
phanikumarp authored Jun 14, 2024
1 parent 36982ba commit fc3af13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ subprojects {
mavenLocal()
mavenCentral()
maven{
url "https://nexus.opsmx.net/repository/maven-snapshots/"
credentials {
url "NEXUS_URL"
credentials {
username = "NEXUS_USERNAME"
password = "NEXUS_PASSWORD"
}
}
}
}
}
Expand Down

0 comments on commit fc3af13

Please sign in to comment.