Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jul 29, 2023
1 parent d8af01a commit 1619ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ allprojects {
repositories {
mavenLocal()
maven{
credentials {
username = "NEXUS_USERNAME"
password = "NEXUS_PASSWORD"
}
url "https://nexus.opsmx.net/repository/maven-snapshots/"
}
}
Expand Down

0 comments on commit 1619ddf

Please sign in to comment.