aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-04-13 16:39:32 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-04-13 16:39:32 +0800
commitfc9daed9710b159155b989d07a690ba10be2dc68 (patch)
tree2809155ee254402c0d84b459d3bfd4b356e3f4de /build.gradle
parent2570a35b35ec29b6677e318f2bf3d5b6640bf106 (diff)
downloadRoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.tar.gz
RoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.tar.bz2
RoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.zip
Bug fixes
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0092670e6..44974e98c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
version = project.mod_version
-def includeDep = true
+def includeDep = false
minecraft {
}