diff --git a/core/build.gradle b/core/build.gradle index 8d2c3ddf..5b5b03d0 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -39,6 +39,7 @@ dependencies { } testImplementation platform('org.junit:junit-bom') testImplementation "org.junit.vintage:junit-vintage-engine" + testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation "junit:junit" testImplementation "commons-lang:commons-lang"