The new version 1.4.0 of the SDK 6 is available. It includes the following main changes:
- Support the creation of Foundation Libraries with the SDK 6.
- Fetch the transitive dependencies of a
microejVeedependency (enabled with the project propertyfeature.vee.transitivity.enabled). - Add the support for the system property
microej.launch.jvmargsto specify JVM arguments to the JVM running Ant scripts. - Build and publish the aggregated javadoc of a VEE Port (SDK 6 Libraries only).
- Support Managed C stack traces in the Stack Trace Reader.
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.4.0"
}
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.