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