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 472c174 commit 42c8e5dCopy full SHA for 42c8e5d
build.gradle.kts
@@ -16,7 +16,10 @@ version = libs.versions.assertk.get()
16
17
nexusPublishing {
18
repositories {
19
- sonatype()
+ sonatype {
20
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
21
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
22
+ }
23
}
24
25
0 commit comments