From 2d87033f491c53f6cb9f5443e24aac304025a78e Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 18 Nov 2018 11:06:11 -0800 Subject: [PATCH] f --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1c6f5b9e..f38b6c85 100755 --- a/build.gradle +++ b/build.gradle @@ -51,13 +51,13 @@ compileJava { } sourceSets { - launch { - compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output - } comms {} main { compileClasspath += comms.compileClasspath } + launch { + compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output + } } minecraft {