diff --git a/build.gradle b/build.gradle index 85ba3625e..4fb338aef 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'eclipse' id 'idea' id 'maven-publish' - id 'fabric-loom' version '0.5-SNAPSHOT' apply false + id 'fabric-loom' version '0.4.28' apply false id 'net.minecrell.licenser' version '0.4.1' id "org.ajoberstar.grgit" version "3.1.1" id 'com.matthewprenger.cursegradle' version "1.4.0" @@ -70,10 +70,6 @@ allprojects { } } - loom { - shareCaches = true - } - dependencies { minecraft "com.mojang:minecraft:$Globals.mcVersion" mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"