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 e1c2db4 commit 82cdc89Copy full SHA for 82cdc89
build.gradle.kts
@@ -14,7 +14,10 @@ nexusPublishing {
14
packageGroup.set("io.opentelemetry")
15
16
repositories {
17
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
18
sonatype {
19
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
20
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
21
username.set(System.getenv("SONATYPE_USER"))
22
password.set(System.getenv("SONATYPE_KEY"))
23
}
0 commit comments