Skip to content

Commit a6051a1

Browse files
committed
Add JUnit Launcher dependency
1 parent ed78414 commit a6051a1

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
@@ -49,6 +49,7 @@ allprojects {
4949
testImplementation platform("org.junit:junit-bom:5.11.4")
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
52+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5253

5354
testImplementation 'ch.qos.logback:logback-classic:1.5.17'
5455
}

0 commit comments

Comments
 (0)