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 bdb6897 commit ac05e6eCopy full SHA for ac05e6e
build.gradle.kts
@@ -44,6 +44,8 @@ repositories {
44
nexusPublishing {
45
repositories {
46
sonatype {
47
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
48
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
49
username.set(System.getenv("SONATYPE_USERNAME"))
50
password.set(System.getenv("SONATYPE_PASSWORD"))
51
}
0 commit comments