From e79d28957a06fa41c45150104ee22c30588a6f0d Mon Sep 17 00:00:00 2001 From: Jendrik Eggers Date: Wed, 8 Jan 2025 04:50:14 +0100 Subject: [PATCH] uncomment publishing and testRuntimeOnly dependency --- build.gradle.kts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) } - */ } } }