MICROEJ SDK 6 available v1.7.0

Hello there,

The new version 1.7.0 of the SDK 6 is available. It includes the following main changes:

  • Generate Gradle and Maven metadata files in Module Repositories to support SBOM generation (SPDX and CycloneDX).
  • Generate aggregated Javadoc of Module Repositories.
  • Support definition of a custom EULA to be checked on build startup, instead of the default MicroEJ SDK EULA.
  • Support deactivation of required types in Libraries.
  • Disable Front Panel when no microejFrontPanel dependency is declared.
  • Bug fixes.

For other improvements and bug fixes, find the complete changelog of MICROEJ SDK at docs.microej.com.

Update your project plugins configuration (build.gradle.kts) to use this new version:

plugins {
    id("com.microej.gradle.application") version "1.7.0"
}

Happy coding!
The MicroEJ Team.