neoforged / NeoGradle

Gradle plugin for NeoForge development
GNU Lesser General Public License v2.1
43 stars 24 forks source link

NG6 fails to apply on modern gradle #142

Open UpcraftLP opened 5 months ago

UpcraftLP commented 5 months ago

NeoGradle 6 does not support gradle past 8.5.

Currently, you only get a nondescript error and have to guess that this is the issue.

Making it work with gradle 8.7 would be nice, however I understand that development has moved on and MC1.20.1 is not supported anymore. Therefore an alternative solution would be to at least release a new version of NG6 that fails fast with an explicit error message that states that it requires gradle 8.5 or earlier.

marchermans commented 4 months ago

Correct and this is by design.

marchermans commented 3 months ago

Reopen so that I remind my self to add an error message.