Skip to content

Commit cbb95ec

Browse files
committed
Remove junit-platform-reporting from reflection-tests
1 parent e886149 commit cbb95ec

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
@@ -12,7 +12,7 @@ repositories {
1212
dependencies {
1313
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
1414
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
15-
testRuntimeOnly("org.junit.platform:junit-platform-reporting:$junitVersion")
15+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:$junitVersion")
1616
}
1717

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

0 commit comments

Comments
 (0)