Skip to content

Commit

Permalink
Fix Materials Jacoco issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 20, 2024
1 parent 4017a3b commit 84899bf
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 @@ -289,6 +289,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 84899bf

Please sign in to comment.