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 a85dea5 commit cc5ad66Copy full SHA for cc5ad66
build.gradle.kts
@@ -46,7 +46,10 @@ nexusPublishing {
46
packageGroup.set("io.opentelemetry.semconv")
47
48
repositories {
49
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
50
sonatype {
51
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
52
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
53
username.set(System.getenv("SONATYPE_USER"))
54
password.set(System.getenv("SONATYPE_KEY"))
55
}
0 commit comments