Skip to content

Commit

Permalink
Try to avoid test error with Material class (which is now bigger)
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 6, 2023
1 parent af861f2 commit 79b95af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 79b95af

Please sign in to comment.