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