Releases: TotalCross/totalcross-maven-plugin
Releases · TotalCross/totalcross-maven-plugin
v2.0.3
2.0.2
Changed
- Update JDK version to 11 to fix UserAnonymousData bug.
2.0.1
2.0.0
Added
-
parameter : by using this parameter, when packaging, it will use the path passed here as the jdk to build.
<configuration> <jdkPath>path/to/jdk</jdkPath> </configuration>
-
Support for any Java version to use with TotalCross development, it's important to say we didn't add support to newer bytecode, this is just so the user can download any version of Java and use what we already support, this was done with embedding the latest Zulu build of version 8 and using it when packaging. Using it will assume you agree to the Terms of Use from Azul, if you don't agree to it you can use your JAVA_HOME with the jdkPath parameter:
<configuration> <jdkPath>${env.JAVA_HOME}</jdkPath> </configuration>