File tree Expand file tree Collapse file tree
platform-tooling-support-tests/projects/reflection-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313dependencies {
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
1919java {
@@ -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}
You can’t perform that action at this time.
0 commit comments