Forgix icon indicating copy to clipboard operation
Forgix copied to clipboard

2.0.0 not working for Java 8

Open cassiancc opened this issue 6 months ago β€’ 1 comments

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

cassiancc avatar Jun 29 '25 23:06 cassiancc

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

Ran-Mewo avatar Jun 30 '25 09:06 Ran-Mewo