Skip to content

Commit

Permalink
Fix jacoco problem
Browse files Browse the repository at this point in the history
  • Loading branch information
arhostcode committed Dec 14, 2023
1 parent 6057e71 commit b72a619
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<!-- Resolve problem with compatibility bytebuddy and jacoco -->
<!-- Without this statement crashs with exception. Primitive solving problem -->
<!-- More: https://github.com/raphw/byte-buddy/issues/1248 -->
<exclude>*ArithmeticUtils*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b72a619

Please sign in to comment.