From dea174429a8d5f0a5c9a0bb0394f1a7096a5bfcd Mon Sep 17 00:00:00 2001 From: arzumify Date: Wed, 5 Mar 2025 18:49:34 +0000 Subject: [PATCH] No more ttests --- build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.gradle b/build.gradle index 9733e1a..c768dc3 100644 --- a/build.gradle +++ b/build.gradle @@ -36,18 +36,6 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - - // Testing - testImplementation(platform('org.junit:junit-bom:5.12.0')) - testImplementation('org.junit.jupiter:junit-jupiter') - testRuntimeOnly('org.junit.platform:junit-platform-launcher') - testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}" -} - -tasks.named("test", Test) { - useJUnitPlatform() - - } processResources {