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

Update Loom native #1085

Closed modmuss50 closed 3 months ago

modmuss50 commented 3 months ago

This removes the Gradle module metadata, specifying that fabric-loom-native depends on Java 17, this was causing Gradle to bail out with its unhelpful outdated Java message. Loom has its own error message that is easier for users to understand.