Skip to content

Commit 7ef1f6b

Browse files
committed
Remove junit-platform-reporting from reflection-tests
(cherry picked from commit cbb95ec)
1 parent d666d82 commit 7ef1f6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

platform-tooling-support-tests/projects/reflection-tests/build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")
1515
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
16-
testRuntimeOnly("org.junit.platform:junit-platform-reporting:$platformVersion")
16+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:$platformVersion")
1717
}
1818

1919
java {
@@ -32,12 +32,4 @@ tasks.test {
3232
reports {
3333
html.required = true
3434
}
35-
36-
val outputDir = reports.junitXml.outputLocation
37-
jvmArgumentProviders += CommandLineArgumentProvider {
38-
listOf(
39-
"-Djunit.platform.reporting.open.xml.enabled=true",
40-
"-Djunit.platform.reporting.output.dir=${outputDir.get().asFile.absolutePath}"
41-
)
42-
}
4335
}

0 commit comments

Comments
 (0)