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 c211515 commit 681e385Copy full SHA for 681e385
build.gradle.kts
@@ -25,10 +25,7 @@ repositories {
25
dependencies {
26
testImplementation(platform("org.junit:junit-bom:5.13.4"))
27
28
- testImplementation("org.junit.jupiter:junit-jupiter-api")
29
- testImplementation("org.junit.jupiter:junit-jupiter-params")
30
-
31
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
+ testImplementation("org.junit.jupiter:junit-jupiter")
32
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
33
}
34
0 commit comments