FabricMC / fabric-loom

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

SelfResolvingDependency slated for deprecation #1022

Closed zml2008 closed 5 months ago

zml2008 commented 6 months ago

This doesn't appear to be a a near term thing by any means, but per https://github.com/gradle/gradle/pull/27420, it looks like the Gradle folks are discussing deprecating SelfResolvingDependency, which loom appears to use for some of its mappings resolution.

Hopefully this deprecation is still a ways out, but looking ahead will hopefully make it less of a scramble at the last minute to resolve deprecation warnings :)

modmuss50 commented 6 months ago

Thanks, its been a while since I touched this stuff, I doubt it will be too hard to move away from this. Can be something for 1.6 👍

This should show up as all of our tests run with deprecation warnings set to fail the build.

modmuss50 commented 5 months ago

Done, thanks for the heads up.