SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
86 stars 18 forks source link

Remove deprecated forUseAtConfigurationTime call #129

Closed jpenilla closed 7 months ago

jpenilla commented 7 months ago

Has been a no-op since Gradle 7.4, it seems like Gradle has started warning about its use in 8.5. If you prefer a helper that still calls the method on <7.4 let me know and I can add that.

zml2008 commented 7 months ago

mammoth has a helper that would call the method on older versions, would you use that instead?