Important Notes on JUnit 5.12.0+ in Gradle
TL;DR
When upgrading to JUnit 5.12.0 or later, be sure to add:
⛶testRuntimeOnly("org.junit.platform:junit-platform-launcher")(The version is omitted under the assumption that you're using a...