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 50b8c6f commit de4e27dCopy full SHA for de4e27d
1 file changed
extractor/build.gradle
@@ -40,6 +40,7 @@ dependencies {
40
41
testImplementation platform("org.junit:junit-bom:$junitVersion")
42
testImplementation 'org.junit.jupiter:junit-jupiter-api'
43
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
44
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
45
testImplementation 'org.junit.jupiter:junit-jupiter-params'
46
0 commit comments