We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b49cc9 commit d6caf6dCopy full SHA for d6caf6d
build.gradle
@@ -213,8 +213,8 @@ configure(subprojects.findAll { it.name.startsWith("bosk-") }) {
213
214
repositories {
215
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/'
+ def releasesRepoUrl = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
+ def snapshotsRepoUrl = 'https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/'
218
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
219
220
credentials {
0 commit comments