Skip to content

Version 0.2.0 - Support Java Module System

Pre-release
Pre-release
Compare
Choose a tag to compare
@weissreto weissreto released this 24 Oct 19:33
· 4 commits to master since this release

The *.jar file now contains classes compiled for java 8 and a module-info.class that is compiled for java 11. This allows to use the *.jar file on the classpath (java 8 - 11) and on the module path (java 11).