Skip to content

Commit

Permalink
Added secrets for nexus repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhakaropsmx committed Jul 29, 2023
1 parent 187fcfb commit 128f8ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ subprojects {
repositories {
mavenLocal()
maven{
credentials {
username = "NEXUS_USERNAME"
password = "NEXUS_PASSWORD"
}
url "https://nexus.opsmx.net/repository/maven-snapshots/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fiatVersion=OP-16464-1.31.2-SNAPSHOT
fiatVersion=1.37.3-SNAPSHOT
korkVersion=7.136.1
kotlinVersion=1.4.32
org.gradle.parallel=true
Expand Down

0 comments on commit 128f8ea

Please sign in to comment.