Prevents the Material is too large to mock error

This commit is contained in:
tastybento 2023-12-10 10:29:06 -08:00
parent 6c1109cf4e
commit 46d80325e5
1 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,8 @@
<!-- This is required to prevent Jacoco from adding
synthetic fields to a JavaBean class (causes errors in testing) -->
<exclude>**/*Names*</exclude>
<!-- Prevents the Material is too large to mock error -->
<exclude>org/bukkit/Material*</exclude>
</excludes>
</configuration>
<executions>