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 @@ -12,7 +12,7 @@ repositories {
12
12
dependencies {
13
13
testImplementation(" org.junit.jupiter:junit-jupiter:$junitVersion " )
14
14
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 " )
16
16
}
17
17
18
18
java {
@@ -31,12 +31,4 @@ tasks.test {
31
31
reports {
32
32
html.required = true
33
33
}
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
- }
42
34
}
You can’t perform that action at this time.
0 commit comments