File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
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 @@ -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