Work Around JUnit + Gradle Classpath Conflict
See https://github.com/junit-team/junit5/issues/4374 PR gh-1037
This commit is contained in:
@@ -39,6 +39,7 @@ dependencies {
|
||||
}
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testImplementation "junit:junit"
|
||||
testImplementation "commons-lang:commons-lang"
|
||||
|
||||
Reference in New Issue
Block a user