From 09d4a98c97d95ae7e3f279999eef71cbb35230cd Mon Sep 17 00:00:00 2001
From: Modmuss50 <modmuss50@gmail.com>
Date: Sun, 15 Jan 2017 15:14:05 +0000
Subject: [PATCH] Attempt to speed up gradle build.

---
 build.gradle | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index bf0dbe087..5a095f9eb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -274,13 +274,6 @@ task updateMappings(dependsOn: sourceJar) {
     }
 }
 
-configurations.all {
-    resolutionStrategy {
-        cacheDynamicVersionsFor 0, "seconds"
-        cacheChangingModulesFor 0, "seconds"
-    }
-}
-
 apply from: 'https://github.com/FabricMC/fabric-docs/raw/master/gradle/ideconfig.gradle'
 
 import org.apache.commons.io.FileUtils;
@@ -310,4 +303,4 @@ task curseTools << {
 		arg(value: deobfJar.archivePath.getAbsolutePath())
 		arg(value: apiJar.archivePath.getAbsolutePath())
 	}
-}
\ No newline at end of file
+}