Skip to content

Commit

Permalink
Update sonatype publishing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJette committed Jun 5, 2022
1 parent 542b824 commit 230607a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
publishing {
repositories {
maven {
def release = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshot = "https://oss.sonatype.org/content/repositories/snapshots/"
def release = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshot = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshot : release

credentials {
Expand Down

0 comments on commit 230607a

Please sign in to comment.