MICROEJ SDK 6 available v1.3.1

Hello all,

The new version 1.3.1 of the SDK 6 is available. It is a maintenance version of 1.3.0 that included the following main changes:

  • Add license information in published POM file.
  • Add the stackTraceReader task to the Library plugin.
  • Support the declaration of Libraries with the microejPack configuration in a VEE Port.
  • Improve and clarify error messages.

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.3.1"
}

Find the complete changelog of MICROEJ SDK at docs.microej.com.

Happy coding!
The MicroEJ Team.