| commit | e9258535ce6616744f6360b9683eb890b58236a2 | [log] [tgz] |
|---|---|---|
| author | Puneet Behl <behlp@objectcomputing.com> | Mon Mar 14 21:10:55 2022 +0530 |
| committer | Puneet Behl <behlp@objectcomputing.com> | Mon Mar 14 21:10:55 2022 +0530 |
| tree | 1ee2b79ccdbf3a3e990ca8839bf21a5ab665b3d0 | |
| parent | 80f5aae28ede777b466c2e0d52862a4575b1ef22 [diff] |
[skip ci] Configure new nexus repo url
diff --git a/build.gradle b/build.gradle index 226b6eb..5df0ada 100644 --- a/build.gradle +++ b/build.gradle
@@ -125,3 +125,12 @@ includeEmptyDirs = false exclude 'com/demo/**' } +if (version.endsWith('-SNAPSHOT')) { + nexusPublishing { + repositories { + sonatype { + nexusUrl = uri("https://s01.oss.sonatype.org/service/local/") + } + } + } +}