We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
junit-platform-launcher
1 parent c7b57ca commit 268e614Copy full SHA for 268e614
1 file changed
build.gradle
@@ -140,6 +140,8 @@ configure(javaProjects) { subproject ->
140
testImplementation 'org.awaitility:awaitility'
141
testImplementation 'org.testcontainers:junit-jupiter'
142
143
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
144
+
145
// NOTE: We explicitly specify checkstyle dep before javaformat checkstyle due to antlr class mismatch
146
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
147
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
0 commit comments