File tree Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies {
20
20
testImplementation " org.junit.jupiter:junit-jupiter:${ VER_JUNIT} "
21
21
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
22
22
testImplementation projects. testlib
23
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
23
24
}
24
25
25
26
tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
3
3
org.gradle.parallel =true
4
4
org.gradle.caching =true
5
- org.gradle.unsafe. configuration-cache =true
5
+ org.gradle.configuration-cache =true
6
6
7
7
name =spotless
8
8
description =Spotless - keep your code spotless with Gradle
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
24
24
testImplementation " org.junit.jupiter:junit-jupiter:${ VER_JUNIT} "
25
25
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
26
26
testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
27
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
27
28
}
28
29
spotless {
29
30
java {
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies {
26
26
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
27
27
testImplementation " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
28
28
testImplementation ' org.owasp.encoder:encoder:1.2.3'
29
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
29
30
}
30
31
31
32
apply from : rootProject. file(' gradle/special-tests.gradle' )
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ dependencies {
56
56
testImplementation " org.eclipse.aether:aether-api:${ VER_ECLIPSE_AETHER} "
57
57
testImplementation " org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} "
58
58
testImplementation " org.apache.maven:maven-core:${ VER_MAVEN_API} "
59
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
59
60
}
60
61
61
62
apply from : rootProject. file(' gradle/special-tests.gradle' )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
13
13
api " org.junit.jupiter:junit-jupiter:${ VER_JUNIT} "
14
14
api " org.assertj:assertj-core:${ VER_ASSERTJ} "
15
15
api " org.mockito:mockito-core:$VER_MOCKITO "
16
+ runtimeOnly " org.junit.platform:junit-platform-launcher"
16
17
17
18
implementation " com.diffplug.durian:durian-io:${ VER_DURIAN} "
18
19
implementation " com.diffplug.durian:durian-collect:${ VER_DURIAN} "
You can’t perform that action at this time.
0 commit comments