Skip to content

Commit 6aa2db5

Browse files
ThatGravyBoatmworzala
authored andcommitted
include junit platform launcher
1 parent c0c86f9 commit 6aa2db5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dependencies {
3737
testImplementation(platform("org.junit:junit-bom:5.9.1"))
3838
testImplementation("org.junit.jupiter:junit-jupiter")
3939
testImplementation(libs.minestom)
40+
41+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4042
}
4143

4244
java {

0 commit comments

Comments
 (0)