Skip to content

Commit

Permalink
Try central.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Jun 29, 2024
1 parent 71bc3e1 commit 833e10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/bosk.maven-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ publishing {
}
repositories {
maven {
def releasesRepoUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
def snapshotsRepoUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
def releasesRepoUrl = 'https://central.sonatype.org/service/local/staging/deploy/maven2/'
def snapshotsRepoUrl = 'https://central.sonatype.org/content/repositories/snapshots/'
url version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl

credentials {
Expand Down

0 comments on commit 833e10b

Please sign in to comment.