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.
1 parent 676a069 commit 0ab9e62Copy full SHA for 0ab9e62
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