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 31a35a2 commit 801980dCopy full SHA for 801980d
build-conventions/src/main/kotlin/convention.publishing-nexus.gradle.kts
@@ -6,8 +6,8 @@ plugins {
6
nexusPublishing {
7
repositories {
8
sonatype {
9
- nexusUrl by uri("https://s01.oss.sonatype.org/service/local/")
10
- snapshotRepositoryUrl by uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
+ nexusUrl by uri("https://oss.sonatype.org/service/local/")
+ snapshotRepositoryUrl by uri("https://oss.sonatype.org/content/repositories/snapshots/")
11
val checkProp = { pName: String ->
12
val exists = findProperty("sonatypeUsername")?.toString()?.takeIf(String::isNotBlank)
13
?.let { "EXISTS" } ?: "MISSING"
0 commit comments