Skip to content

Commit 7c75ae7

Browse files
committed
Make JUnit lancher dependency explicit
1 parent a40b7da commit 7c75ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manual/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies {
2626
testImplementation(platform(libs.jacksonBom))
2727

2828
testRuntimeOnly(libs.junitJupiterEngine)
29+
testRuntimeOnly(libs.junitPlatformLauncher)
2930
}
3031

3132
java { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } }

0 commit comments

Comments
 (0)