Skip to content

Commit d6caf6d

Browse files
committed
Change to the OSSRH staging compatibility servers.
The old servers have been shut down. This is a compatibility measure until we can properly publish to the Central Portal.
1 parent 3b49cc9 commit d6caf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ configure(subprojects.findAll { it.name.startsWith("bosk-") }) {
213213

214214
repositories {
215215
maven {
216-
def releasesRepoUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
217-
def snapshotsRepoUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
216+
def releasesRepoUrl = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
217+
def snapshotsRepoUrl = 'https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/'
218218
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
219219

220220
credentials {

0 commit comments

Comments
 (0)