Skip to content

Commit

Permalink
Enable ByteBuddy experimental features inside EqualsVerifier
Browse files Browse the repository at this point in the history
Fixes #1981.
  • Loading branch information
scordio committed Aug 27, 2020
1 parent d80cb5c commit 92f928e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -562,6 +562,7 @@
<jdk>[16,)</jdk>
</activation>
<properties>
<argLine>-Dnl.jqno.equalsverifier.internal.lib.bytebuddy.experimental=true</argLine>
<jacoco.skip>true</jacoco.skip> <!-- TODO to be removed once jacoco-maven-plugin 0.8.6 is available -->
</properties>
</profile>
Expand Down

0 comments on commit 92f928e

Please sign in to comment.