FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
226 stars 194 forks source link

Improve locking strategy for concurrent loom executions #1031

Closed jpenilla closed 5 months ago

jpenilla commented 6 months ago

This does not allow building a project concurrently, and that is not a goal of this change. The goal of this change is to prevent the loom cache from being invalidated when IntelliJ syncs the project on its own during a user-requested Gradle run.