diff --git a/build.gradle.kts b/build.gradle.kts index aaf14f9..4767543 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ subprojects { } dependencies { - // "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") + "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") } tasks.withType().configureEach { @@ -80,12 +80,10 @@ subprojects { extensions.configure { repositories { - /* - maven("https://repo.papermc.io/repository/maven-snapshots/") { - name = "paperSnapshots" + maven("https://repo.gomme.dev/repository/snapshots/") { + name = "gommeRepo" credentials(PasswordCredentials::class) } - */ } } }