Skip to content

Commit 801980d

Browse files
committed
Sonatype debug
1 parent 31a35a2 commit 801980d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-conventions/src/main/kotlin/convention.publishing-nexus.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
nexusPublishing {
77
repositories {
88
sonatype {
9-
nexusUrl by uri("https://s01.oss.sonatype.org/service/local/")
10-
snapshotRepositoryUrl by uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
9+
nexusUrl by uri("https://oss.sonatype.org/service/local/")
10+
snapshotRepositoryUrl by uri("https://oss.sonatype.org/content/repositories/snapshots/")
1111
val checkProp = { pName: String ->
1212
val exists = findProperty("sonatypeUsername")?.toString()?.takeIf(String::isNotBlank)
1313
?.let { "EXISTS" } ?: "MISSING"

0 commit comments

Comments
 (0)