From 3cbcdc0c001b63a40d9a85f87d16751a73578c8b Mon Sep 17 00:00:00 2001 From: Modmuss50 Date: Sun, 31 Dec 2017 16:40:43 +0000 Subject: [PATCH] #releaseBuild for some reason the last one didnt work. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e964548a..a2c371788 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,6 @@ license { group = 'TechReborn' - dependencies { //Some dep we use wants the older jei, so this ingores it. We grab the latest anyway, so it shoudnt cause any issues. def withoutOldJEI = { exclude module: 'jei_1.12' }