Skip to content

Commit 268e614

Browse files
committed
Use junit-platform-launcher dependency
1 parent c7b57ca commit 268e614

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ configure(javaProjects) { subproject ->
140140
testImplementation 'org.awaitility:awaitility'
141141
testImplementation 'org.testcontainers:junit-jupiter'
142142

143+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
144+
143145
// NOTE: We explicitly specify checkstyle dep before javaformat checkstyle due to antlr class mismatch
144146
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
145147
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")

0 commit comments

Comments
 (0)