Add junit-platform-launcher to your Gradle JUnit 5 builds
While updating Micronaut repositories to Gradle 8.14, I had to add the org.junit.platform:junit-platform-launcher
dependency as a testRuntime
Gradle Configuration.
While updating Micronaut repositories to Gradle 8.14, I had to add the org.junit.platform:junit-platform-launcher
dependency as a testRuntime
Gradle Configuration.