Skip to content

Commit e925853

Browse files
committed
[skip ci] Configure new nexus repo url
1 parent 80f5aae commit e925853

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

+9
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,12 @@ jar {
125125
includeEmptyDirs = false
126126
exclude 'com/demo/**'
127127
}
128+
if (version.endsWith('-SNAPSHOT')) {
129+
nexusPublishing {
130+
repositories {
131+
sonatype {
132+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
133+
}
134+
}
135+
}
136+
}

0 commit comments

Comments
 (0)