Forgix
Forgix copied to clipboard
2.0.0 not working for Java 8
Using Forgix 1.3.4 as Forgix 2.0.0 is a snapshot and requires Java 24, autorun cannot be configured. My Forgix setup is below, and only fails when auoRun is added as an option. The previous approach of adding build.finalizedBy(mergeJars) does not work anymore either, so I'm a bit confused on where to go from here.
forgix {
destinationDirectory = layout.projectDirectory.dir("Merged")
archiveClassifier = "merged"
archiveVersion = "1.0.0"
fabric()
neoforge()
autoRun = true
}
Architectury Loom 1.10, Gradle 8.11
Auto run is something that only exists in 2.0.0 Also weird Forgix 2.0.0 should work for Java 8, it does for me