Configure mockito agent (#11560)

This commit is contained in:
Yannick Lamprecht
2024-11-09 22:49:07 +01:00
parent f58c7cc474
commit 17f433aa38
7 changed files with 84 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
java {
@@ -0,0 +0,0 @@ dependencies {
testImplementation("org.ow2.asm:asm-tree:9.7.1")
mockitoAgent("org.mockito:mockito-core:5.14.1") { isTransitive = false } // Paper - configure mockito agent that is needed in newer java versions
}
+// Paper start