File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
platform-tooling-support-tests/projects/reflection-tests Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
13
13
dependencies {
14
14
testImplementation(" org.junit.jupiter:junit-jupiter:$jupiterVersion " )
15
15
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 " )
17
17
}
18
18
19
19
java {
@@ -32,12 +32,4 @@ tasks.test {
32
32
reports {
33
33
html.required = true
34
34
}
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
- }
43
35
}
You can’t perform that action at this time.
0 commit comments