summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 2cb42b8..5854ea4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,11 +12,9 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT'
+ compile files("libs/EquivalentExchange3-1.7.10-0.3.496.jar")
}
}
-dependencies {
- compile files ("libs/EquivalentExchange3-1.7.10-0.3.496.jar")
-}
apply plugin: "curseforge"
apply plugin: 'forge'