File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/buildSrc/src/main/kotlin/publishing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ fun PublishingExtension.mavenCentralStagingPublishing(
15
15
maven {
16
16
name = " MavenCentralStaging"
17
17
url = when (repositoryId) {
18
- null -> URI (" https://oss.sonatype.org/service/local/staging/deploy/maven2/" )
19
- else -> URI (" https://oss.sonatype.org/service/local/staging/deployByRepositoryId/$repositoryId /" )
18
+ null -> URI (" https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/" )
19
+ else -> URI (" https://s01. oss.sonatype.org/service/local/staging/deployByRepositoryId/$repositoryId /" )
20
20
}
21
21
credentials {
22
22
username = sonatypeUsername
@@ -34,7 +34,7 @@ fun PublishingExtension.sonatypeSnapshotsPublishing(
34
34
repositories {
35
35
maven {
36
36
name = " SonatypeSnapshots"
37
- url = URI (" https://oss.sonatype.org/content/repositories/snapshots/" )
37
+ url = URI (" https://s01. oss.sonatype.org/content/repositories/snapshots/" )
38
38
credentials {
39
39
username = sonatypeUsername
40
40
password = sonatypePassword
You can’t perform that action at this time.
0 commit comments