Skip to content

Commit 87cd94c

Browse files
committed
1 parent 5017257 commit 87cd94c

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ spotless {
313313

314314
nexusPublishing {
315315
repositories {
316-
sonatype { // only for users registered in Sonatype after 24 Feb 2021
317-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
318-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
316+
sonatype {
317+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
318+
snapshotRepositoryUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"))
319319
username.set(System.getenv("SONATYPE_USERNAME_2")) // defaults to project.properties["myNexusUsername"]
320320
password.set(System.getenv("SONATYPE_PASSWORD_2")) // defaults to project.properties["myNexusPassword"]
321321
}

0 commit comments

Comments
 (0)