Skip to content

Commit

Permalink
build: gradle - don't do caching for snapshot deps
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed May 14, 2024
1 parent 21d0847 commit c80cefa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ subprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.officialMojangMappings()
}

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

allprojects {
Expand Down

0 comments on commit c80cefa

Please sign in to comment.