Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ nexusPublishing {
4646
stagingProfileId.set(System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: findProperty("sonatype.staging.profile.id")) //can reduce execution time by even 10 seconds
4747
username.set(System.getenv("SONATYPE_USERNAME") ?: findProperty("sonatype.username"))
4848
password.set(System.getenv("SONATYPE_PASSWORD") ?: findProperty("sonatype.password"))
49+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
50+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4951
}
5052
}
5153
}

0 commit comments

Comments
 (0)