We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9f248 commit 2e0a163Copy full SHA for 2e0a163
gradle-plugins/build.gradle.kts
@@ -46,8 +46,8 @@ dependencies {
46
47
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
48
testImplementation("org.junit.jupiter:junit-jupiter-api")
49
- testImplementation("org.junit.jupiter:junit-jupiter-params")
50
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
51
}
52
53
tasks {
0 commit comments