From e09f903332ffab672ed854503f2037feb9205dbe Mon Sep 17 00:00:00 2001 From: adrianoy Date: Sun, 25 Jul 2021 22:21:02 -0300 Subject: [PATCH] oops. --- build.gradle | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build.gradle b/build.gradle index 8baab13..b203c9f 100644 --- a/build.gradle +++ b/build.gradle @@ -188,9 +188,7 @@ afterEvaluate { sourceSets { testmod { - compileClasspath += main.output compileClasspath += main.compileClasspath - runtimeClasspath += main.output runtimeClasspath += main.runtimeClasspath } test { @@ -241,13 +239,5 @@ publishing { } } } -//todo: remove before pr'ing -import net.fabricmc.loom.task.RunClientTask - -task runTestMod(type: RunClientTask) { - classpath = configurations.runtimeClasspath - classpath sourceSets.main.output - classpath sourceSets.testmod.output -} tasks.publish.dependsOn build //stupid fix for maven/loom not publishing the main artifact \ No newline at end of file