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 268d72c commit a1585c0Copy full SHA for a1585c0
1 file changed
packages/dsl-java/build.gradle
@@ -206,8 +206,8 @@ jreleaser {
206
nexus2 {
207
'maven-central' {
208
active = 'ALWAYS'
209
- url = 'https://s01.oss.sonatype.org/service/local'
210
- snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local/'
+ snapshotUrl = 'https://central.sonatype.com/repository/maven-snapshots/'
211
closeRepository = true
212
releaseRepository = true
213
username = System.getenv("MAVEN_USERNAME")
0 commit comments