Skip to content

Commit 1f3551e

Browse files
committed
Work Around JUnit + Gradle Classpath Conflict
See junit-team/junit5#4374 PR gh-1037
1 parent bacb026 commit 1f3551e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies {
3939
}
4040
testImplementation platform('org.junit:junit-bom')
4141
testImplementation "org.junit.vintage:junit-vintage-engine"
42+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4243

4344
testImplementation "junit:junit"
4445
testImplementation "commons-lang:commons-lang"

0 commit comments

Comments
 (0)