We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb026 commit 1f3551eCopy full SHA for 1f3551e
core/build.gradle
@@ -39,6 +39,7 @@ dependencies {
39
}
40
testImplementation platform('org.junit:junit-bom')
41
testImplementation "org.junit.vintage:junit-vintage-engine"
42
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
43
44
testImplementation "junit:junit"
45
testImplementation "commons-lang:commons-lang"
0 commit comments