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
+}