The latest version of the plugin fails to compile with the latest versions of the GradleUtils plugin (2.3.0+). It appears to be caused by a breaking change in the changelog API.
Full build error:
[nathan@arch-thinkpad ForgeGradle]$ ./gradlew check
Starting a Gradle Daemon, 1 busy and 8 stopped Daemons could not be reused, use --status for details
> Configure project :
Version: 0.0.0 Java: 17.0.9 JVM: 17.0.9+8(N/A) Arch: amd64
FAILURE: Build failed with an exception.
* Where:
Build file '/home/nathan/Programming/Java/ForgeGradle/build.gradle' line: 14
* What went wrong:
A problem occurred evaluating root project 'ForgeGradle'.
> Could not find method fromTag() for arguments [6.0] on extension 'changelog' of type net.minecraftforge.gradleutils.changelog.ChangelogExtension.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 18s
The latest version of the plugin fails to compile with the latest versions of the GradleUtils plugin (2.3.0+). It appears to be caused by a breaking change in the changelog API.
Full build error:
Included here: https://github.com/MinecraftForge/ForgeGradle/blob/FG_6.0/build.gradle#L6