From 130085c718bdea0ce39d893299dd9ac7976b74f2 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 27 Mar 2019 21:22:38 +0200 Subject: [PATCH] Fix gradle --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4eee6851..85477996 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,6 @@ sourceSets { compileClasspath += main.compileClasspath compileClasspath += main.output compileClasspath += common.output - compileClasspath += hdskins.output ext.refMap = 'minelp.mixin.refmap.json' } main { @@ -104,7 +103,6 @@ minecraft { mods { minelittlepony { source sourceSets.common - source sourceSets.hdskins source sourceSets.client source sourceSets.main @@ -208,8 +206,6 @@ task srgJar(type: Jar) { from sourceSets.client.output from sourceSets.fml.output - from sourceSets.hdskins.output - // replace '@VERSION@', project.version classifier "mc$minecraft.version-srg"