Skip to content

Commit

Permalink
[skip ci] Configure new nexus repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 14, 2022
1 parent 80f5aae commit e925853
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,12 @@ jar {
includeEmptyDirs = false
exclude 'com/demo/**'
}
if (version.endsWith('-SNAPSHOT')) {
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
}
}
}
}

0 comments on commit e925853

Please sign in to comment.