Skip to content

Commit 8828fa2

Browse files
committed
add testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1 parent eeb3cb7 commit 8828fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
3939
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
40+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4041

4142
testImplementation gradleTestKit()
4243
testImplementation localGroovy()

0 commit comments

Comments
 (0)