From 6941633f426323c8c9f41b6846e9c8120c19cc86 Mon Sep 17 00:00:00 2001 From: GWYOG Date: Fri, 4 Nov 2016 10:52:10 +0800 Subject: Remove the dependencies in build.gradle and add comments --- build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 635cfc9ef5..332d67e102 100644 --- a/build.gradle +++ b/build.gradle @@ -30,9 +30,11 @@ minecraft { } dependencies { - compile "codechicken:NotEnoughItems:1.7.10-1.0.5.120:dev" - compile "codechicken:CodeChickenLib:1.7.10-1.1.3.140:dev" - compile "codechicken:CodeChickenCore:1.7.10-1.0.7.47:dev" + // You should put the dev builds of NEI (with its dependencies) and GregTech5 in the /libs folder manually + // to make the gradlew build working properly. + // compile "codechicken:NotEnoughItems:1.7.10-1.0.5.120:dev" + // compile "codechicken:CodeChickenLib:1.7.10-1.1.3.140:dev" + // compile "codechicken:CodeChickenCore:1.7.10-1.0.7.47:dev" } processResources -- cgit