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 a8f541f commit 1706882Copy full SHA for 1706882
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