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 ed78414 commit a6051a1Copy full SHA for a6051a1
build.gradle
@@ -49,6 +49,7 @@ allprojects {
49
testImplementation platform("org.junit:junit-bom:5.11.4")
50
testImplementation 'org.junit.jupiter:junit-jupiter-api'
51
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
52
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
53
54
testImplementation 'ch.qos.logback:logback-classic:1.5.17'
55
}
0 commit comments