aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGWYOG <jjn1jjn2@163.com>2016-11-04 10:52:10 +0800
committerGWYOG <jjn1jjn2@163.com>2016-11-04 10:52:10 +0800
commit6941633f426323c8c9f41b6846e9c8120c19cc86 (patch)
tree336d37758604694d122c8a70ca2366a3b10614c7
parentc4f1cf95562653835e0923eca7988da7fae85112 (diff)
downloadGT5-Unofficial-6941633f426323c8c9f41b6846e9c8120c19cc86.tar.gz
GT5-Unofficial-6941633f426323c8c9f41b6846e9c8120c19cc86.tar.bz2
GT5-Unofficial-6941633f426323c8c9f41b6846e9c8120c19cc86.zip
Remove the dependencies in build.gradle and add comments
-rw-r--r--build.gradle8
1 files 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