We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6805171 commit 7441ac3Copy full SHA for 7441ac3
1 file changed
publish.build.gradle
@@ -14,8 +14,8 @@ dokkaJavadoc {
14
publishing {
15
repositories {
16
maven {
17
- def release = "https://ossrh-staging-api.central.sonatype.com/service/local/"
18
- def snapshot = "https://central.sonatype.com/repository/maven-snapshots/"
+ def release = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
+ def snapshot = ""https://central.sonatype.com/repository/maven-snapshots/"
19
url = version.endsWith('SNAPSHOT') ? snapshot : release
20
21
credentials {
0 commit comments