Hi everyone,
The new version 1.1.0 of the SDK 6 is available. It includes the following main changes:
- Allow to execute a KF testsuite.
- Add a dedicated task to run the Stack Trace Reader.
- Allow to define VEE used for tests in the test classpath only.
- Improve testsuite report.
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.1.0"
}
Then check the Migration Notes.
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.