We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a1f54 commit 6fd6b8bCopy full SHA for 6fd6b8b
1 file changed
build-logic/conventions/src/main/kotlin/Publish.kt
@@ -53,9 +53,9 @@ fun Project.configureMavenPublish() {
53
name = "OSSRH"
54
url = uri(
55
if (isReleaseVersion)
56
- "https://central.sonatype.com/repository/maven-snapshots/"
57
- else
58
"https://ossrh-staging-api.central.sonatype.com/service/local/"
+ else
+ "https://central.sonatype.com/repository/maven-snapshots/"
59
)
60
credentials {
61
username = findProperty("ossrh.username") as String? ?: System.getenv("OSSRH_USERNAME")
0 commit comments