Try to avoid test error with Material class (which is now bigger)

This commit is contained in:
tastybento 2023-12-06 14:06:41 -08:00
parent af861f2a34
commit 79b95af8bd
1 changed files with 2 additions and 0 deletions

View File

@ -501,6 +501,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>