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 b72a619 commit 692fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<configuration>
<excludes>
<!-- Resolve problem with compatibility bytebuddy and jacoco -->
<!-- Without this statement crashs with exception. Primitive solving problem -->
<!-- Without this statement crash with exception. Primitive solving problem -->
<!-- More: https://github.com/raphw/byte-buddy/issues/1248 -->
<exclude>*ArithmeticUtils*</exclude>
</excludes>
Expand Down

0 comments on commit 692fd52

Please sign in to comment.