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 c5c70b0 commit f8b162dCopy full SHA for f8b162d
buildSrc/src/main/kotlin/ai.java-conventions.gradle.kts
@@ -58,6 +58,7 @@ dependencies {
58
testImplementation("org.junit.jupiter:junit-jupiter-api")
59
testImplementation("org.junit.jupiter:junit-jupiter-params")
60
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
61
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
62
63
testImplementation("ch.qos.logback:logback-classic")
64
testImplementation("org.slf4j:log4j-over-slf4j")
0 commit comments