FabricMC / fabric-loom

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

Initial config caching work #1053

Closed modmuss50 closed 2 months ago

modmuss50 commented 4 months ago

Trying an incremental approach at supporting config caching.

modmuss50 commented 4 months ago

The test harness is tottaly broken with configuration caching, in current shipping loom gradlew --configuration-cache help works just fine. Right now its exploding on a simple SourceSet.getResources() when ran using the test harness.

I dont get how we are supposed to support this, I had other problems when I looked into this last year: https://github.com/FabricMC/fabric-loom/pull/893