Skip to content

Commit 21e38e5

Browse files
committed
Use snapshots from sonatype central portal
1 parent ce4888d commit 21e38e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
repositories {
1717
mavenCentral()
1818
mavenLocal()
19-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
19+
maven("https://central.sonatype.com/repository/maven-snapshots/")
2020
}
2121

2222
val junitJupiterVersion by rootProject.extra { "5.13.2" }

test/testnetwork-launcher/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "3.0-SNAPSHOT"
2222
repositories {
2323
mavenLocal()
2424
mavenCentral()
25-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
25+
maven("https://central.sonatype.com/repository/maven-snapshots/")
2626
}
2727

2828
dependencies {

0 commit comments

Comments
 (0)