Skip to content

Commit 2426548

Browse files
committed
Added junit-platform-launcher to appease VS Code plugin
1 parent 406e40a commit 2426548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ repositories {
1818
}
1919

2020
dependencies {
21-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.+'
21+
testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
22+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2223
}
2324

2425
compileJava.options.encoding = "UTF-8"

0 commit comments

Comments
 (0)