aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index fb19efaab6..960cf9481e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,8 @@ dependencies {
//compile files('libs/gregtech-5.08.33-dev.jar')
- compile files('libs/gregtech-5.09.31-dev.jar')
+ //compile files('libs/gregtech-5.09.31-dev.jar')
+ compile files('libs/gregtech-5.09.33-dev.jar')
provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev"
//compile "ic2:IC2Classic:1.2.1.8:dev" - Does not mirror internal class structure or visibility of IC2, won't ever compile.