We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85951aa commit d30da5fCopy full SHA for d30da5f
client/build.gradle
@@ -227,8 +227,10 @@ jreleaser {
227
'maven-central' {
228
active = 'ALWAYS'
229
url = 'https://s01.oss.sonatype.org/service/local'
230
+ snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
231
closeRepository = true
232
releaseRepository = true
233
+ applyMavenCentralRules = true
234
stagingRepository('../build/staging-deploy')
235
}
236
0 commit comments