Hello all,
The new version 1.2.0 of the SDK 6 is available. It includes the following main changes:
- Allow to define the JVM used to launch the VD in the
JAVA_HOME
environment variable. - Add POM and Gradle module files in generated Ivy descriptor file to allow to fetch them from a SDK 5 offline repository.
- Remove the JDK from the classpath in the Eclipse and VS Code (when using RedHat’s Java Extension) IDE.
- Support the declaration of Mocks in an Application and in a Library.
- Support Kernel Application, Runtime Environment and VEE Port projects in Ivy descriptor.
- Publish testsuite reports if tests have been executed.
- Support Libraries as dependencies of a VEE Port.
It also fixes several bugs.
Update your project plugins configuration (build.gradle.kts) to use this new version:
plugins {
id("com.microej.gradle.application") version "1.2.0"
}
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.