OASIS-learn-study / minecraft-storeys-maker

Minecraft extension to make your own stories in, with and for Minecraft - it's like being a movie director!
https://www.learn.study
GNU Affero General Public License v3.0
14 stars 10 forks source link

GraalVM (WIP, broken) #434

Open vorburger opened 1 year ago

vorburger commented 1 year ago

295 related WIP

It doesn't work yet as-is; the 1st commit fails because that pulls GraalVM JARs which require higher version than Java 8,

and the 2nd commit which adds 4x binary JARs for Java 8 has some other issues (incl. how to have johnrengelman's shadow plugin package those JARs from the files dependency; once other problems with it are solved).

So we concluded that IFF we manage to (separately, first) do #433 then we can cherry pick (only) the 1st commit of this, and it should work.

@edewit