Skip to content

Commit 2651ad7

Browse files
authored
Manually declaring junit-platform-launcher for testCommon (#1882)
2 parents a40e47b + 0ab9e62 commit 2651ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
testCommonImplementation "org.junit.jupiter:junit-jupiter:$VER_JUNIT"
7070
testCommonImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
7171
testCommonImplementation "com.diffplug.durian:durian-testlib:$VER_DURIAN"
72+
testCommonRuntimeOnly "org.junit.platform:junit-platform-launcher"
7273

7374
// GLUE CODE (alphabetic order please)
7475
// cleanthat

0 commit comments

Comments
 (0)