Skip to content

Commit 7441ac3

Browse files
authored
Update Maven repository URLs for publishing
1 parent 6805171 commit 7441ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

publish.build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dokkaJavadoc {
1414
publishing {
1515
repositories {
1616
maven {
17-
def release = "https://ossrh-staging-api.central.sonatype.com/service/local/"
18-
def snapshot = "https://central.sonatype.com/repository/maven-snapshots/"
17+
def release = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
18+
def snapshot = ""https://central.sonatype.com/repository/maven-snapshots/"
1919
url = version.endsWith('SNAPSHOT') ? snapshot : release
2020

2121
credentials {

0 commit comments

Comments
 (0)