PacifistMC / Forgix

A Gradle plugin/an Architectury addon to merge mod-loaders into one jar! 𝘸𝘒𝘩𝘩 𝘡𝘦𝘀𝘩𝘯𝘰𝘭𝘰𝘨𝘺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on Github Actions running JDK 18

IMB11 opened this issue Β· comments

 > Task :mergeJars FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':mergeJars'.
> Cannot read the array length because "<local17>" is null

https://github.com/KyaniteMods/DeeperAndDarker/actions/runs/3073505090/jobs/4965680591

I assume local17 means it needs java 17 explicitly?

commented

Weird
have to look into what's <local17>

Also GitHub actions (at least on my repo) works so it shouldn't be specifically coming from that
might be something with the adopt distribution of Java