aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2021-05-29 22:02:37 +0800
committerBuildTools <james.jenour@protonmail.com>2021-05-29 22:02:37 +0800
commit1b172089ce502803f7644611afd618ce00dcb860 (patch)
treebcc17b38c97dfdd5a2147aed8e7700700fec732c /build.gradle
parent9aa7b49d224bfde055e12bc84f6908ba0a50090d (diff)
downloadNotEnoughUpdates-1b172089ce502803f7644611afd618ce00dcb860.tar.gz
NotEnoughUpdates-1b172089ce502803f7644611afd618ce00dcb860.tar.bz2
NotEnoughUpdates-1b172089ce502803f7644611afd618ce00dcb860.zip
PRE28
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d51e2f77..16fc4911 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,8 +10,7 @@ buildscript {
maven { url = "https://repo.spongepowered.org/maven" }
}
dependencies {
- classpath "com.github.Skytils:ForgeGradle:86b23926f3"
- classpath "com.github.Skytils:mixingradle:d75e32e743"
+ classpath "com.github.asbyth:ForgeGradle:86b2392"
classpath 'com.github.LxGaming:MixinGradle:0.6-SNAPSHOT'
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}