FabricMC / fabric-loom

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

devlibs configuration should use a lazy provider #970

Closed Juuxel closed 8 months ago

Juuxel commented 10 months ago

https://github.com/FabricMC/fabric-loom/blob/710644129810dbefbb79c0b37781fd2bb3ed77cd/src/main/java/net/fabricmc/loom/task/RemapTaskConfiguration.java#L95 This should probably use some kind of Provider - buildDir can be changed with a setter. That property has also been deprecated and replaced with a DirectoryProperty in the ProjectLayout itf, so that makes a provider an even better fit.

modmuss50 commented 8 months ago

This was done.