Skip to content

Commit

Permalink
Fix for Material class Jacoco size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 21, 2024
1 parent c166296 commit 9633a01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,9 @@
<!-- This is required to prevent Jacoco from adding
synthetic fields to a JavaBean class (causes errors in testing) -->
<exclude>**/*Names*</exclude>
</excludes>
<!-- Prevents the Material is too large to mock error -->
<exclude>org/bukkit/Material*</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9633a01

Please sign in to comment.