Skip to content

Commit

Permalink
build: removed experimental gradle cache setting
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 15, 2024
1 parent d30fa67 commit bf41656
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ subprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.officialMojangMappings()
}

configurations.configureEach {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
}

allprojects {
Expand Down

0 comments on commit bf41656

Please sign in to comment.