Skip to content

Commit d30da5f

Browse files
authored
Update build.gradle
Signed-off-by: salaboy <[email protected]>
1 parent 85951aa commit d30da5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,10 @@ jreleaser {
227227
'maven-central' {
228228
active = 'ALWAYS'
229229
url = 'https://s01.oss.sonatype.org/service/local'
230+
snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
230231
closeRepository = true
231232
releaseRepository = true
233+
applyMavenCentralRules = true
232234
stagingRepository('../build/staging-deploy')
233235
}
234236
}

0 commit comments

Comments
 (0)