We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4888d commit 21e38e5Copy full SHA for 21e38e5
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
repositories {
17
mavenCentral()
18
mavenLocal()
19
- maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
+ maven("https://central.sonatype.com/repository/maven-snapshots/")
20
}
21
22
val junitJupiterVersion by rootProject.extra { "5.13.2" }
test/testnetwork-launcher/build.gradle.kts
@@ -22,7 +22,7 @@ version = "3.0-SNAPSHOT"
23
24
25
26
27
28
dependencies {
0 commit comments