Attempt to speed up gradle build.
This commit is contained in:
parent
2f10c5704c
commit
09d4a98c97
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue