diff --git a/modded-minecraft/build.gradle b/modded-minecraft/build.gradle index 265dc25..63a13c3 100644 --- a/modded-minecraft/build.gradle +++ b/modded-minecraft/build.gradle @@ -169,18 +169,6 @@ jar { } } -task farjar(type: Jar) { - duplicatesStrategy = DuplicatesStrategy.EXCLUDE - from { - configurations.runtimeClasspath.findAll { file -> - // Exclude the transitive dependencies of minecraft dependency type, which should not go into the fat jar - // when true, jar file is unzipped and added - // The one exception is the forge jar itself - !configurations.minecraft.contains(file) - }.collect { it.isDirectory() ? it : zipTree(it) } - } -} - jar { duplicatesStrategy = DuplicatesStrategy.EXCLUDE from {