We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231b4ab commit 14c34eaCopy full SHA for 14c34ea
common/utils/build.gradle.kts
@@ -52,4 +52,5 @@ dependencies {
52
implementation(libs.openjson)
53
testImplementation(platform(libs.test.junit.bom))
54
testImplementation(libs.test.junit.jupiter.core)
55
+ testRuntimeOnly(libs.test.junit.platform.launcher)
56
}
0 commit comments