geforkt von Mirrors/FastAsyncWorldEdit
build: Test with valid junit version
This is likely a typo from mockito. Junit 4 was released in 2014, not to mention prior versions...
Dieser Commit ist enthalten in:
Ursprung
4ce16a0343
Commit
c58f9daf0d
@ -59,12 +59,12 @@ fun Project.applyPlatformAndCoreConfiguration() {
|
||||
|
||||
dependencies {
|
||||
"compileOnly"("com.google.code.findbugs:jsr305:3.0.2")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.2")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.7.2")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.1")
|
||||
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.8.1")
|
||||
"testImplementation"("org.mockito:mockito-core:3.12.4")
|
||||
"testImplementation"("org.mockito:mockito-junit-jupiter:3.12.4")
|
||||
"testImplementation"("net.bytebuddy:byte-buddy:1.11.9")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:3.12.4")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
||||
}
|
||||
|
||||
// Java 8 turns on doclint which we fail
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren