We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb3cb7 commit 8828fa2Copy full SHA for 8828fa2
build.gradle
@@ -37,6 +37,7 @@ dependencies {
37
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
38
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
39
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
40
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
41
42
testImplementation gradleTestKit()
43
testImplementation localGroovy()
0 commit comments