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 0debe45 commit 9eaad96Copy full SHA for 9eaad96
build.gradle.kts
@@ -159,8 +159,8 @@ koverReport {
159
nexusPublishing {
160
repositories {
161
sonatype {
162
- nexusUrl = uri("https://oss.sonatype.org/service/local/")
163
- snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
164
165
val sonatypeUsername: String? by project
166
val sonatypePassword: String? by project
0 commit comments