wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
226 stars 28 forks source link

Modularize application (use Java module system) #1043

Open peterzeller opened 2 years ago

peterzeller commented 2 years ago

With the modularization, we can use the jlink command (gradle jlink -x test) to build a package including a custom Java Runtime Environment.

This can later be used to automatically download the correct version of Java with the application directly from the VSCode plugin.

Pros:

TODO: