-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Micronaut 5 Module Checklist
Sergio del Amo edited this page Oct 16, 2025
·
4 revisions
- Update to Gradle 9.1
- Update to the latest release of Micronaut Gradle Build Plugin. E.g. Update to 8.0.0-M4
- Update to Kotlin 2.20.0.
- Use JUnit from Micronaut Test
- Add Junit Platform
- Update baseline to 21
- Update GitHub Actions Java baselines and force GraalVM GitHub Action to use 21
- Update KSP Gradle Version to latest stable version
- If the module uses the shadow plugin, update it to the new shadow plugin. Instead of
gradle.plugin.com.github.johnrengelman:shadow
, it should becom.gradleup.shadow:shadow-gradle-plugin
.