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 8709b2b commit 7696b49Copy full SHA for 7696b49
build.gradle.kts
@@ -115,7 +115,10 @@ nexusPublishing {
115
packageGroup.set("io.opentelemetry")
116
117
repositories {
118
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
119
sonatype {
120
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
121
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
122
username.set(System.getenv("SONATYPE_USER"))
123
password.set(System.getenv("SONATYPE_KEY"))
124
}
0 commit comments