We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
junit-platform-launcher
testCommon
2 parents a40e47b + 0ab9e62 commit 2651ad7Copy full SHA for 2651ad7
lib/build.gradle
@@ -69,6 +69,7 @@ dependencies {
69
testCommonImplementation "org.junit.jupiter:junit-jupiter:$VER_JUNIT"
70
testCommonImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
71
testCommonImplementation "com.diffplug.durian:durian-testlib:$VER_DURIAN"
72
+ testCommonRuntimeOnly "org.junit.platform:junit-platform-launcher"
73
74
// GLUE CODE (alphabetic order please)
75
// cleanthat
0 commit comments