mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Identify as Fawe when throwing unknown exceptions
Closes #1281 Closes #1279 Closes #1282
This commit is contained in:
@ -54,10 +54,10 @@ fun Project.applyPlatformAndCoreConfiguration() {
|
||||
"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.mockito:mockito-core:3.11.2")
|
||||
"testImplementation"("org.mockito:mockito-junit-jupiter:3.11.2")
|
||||
"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.11.2")
|
||||
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:3.12.4")
|
||||
}
|
||||
|
||||
// Java 8 turns on doclint which we fail
|
||||
|
Reference in New Issue
Block a user