Skip to content

Commit 528bf8d

Browse files
committed
[pom] Try to set byte buddy experimental
1 parent eac0433 commit 528bf8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@
121121

122122
<!-- TODO: Remove this after mybatis-parent 38 -->
123123
<jacoco.plugin>0.8.9</jacoco.plugin>
124+
125+
<!-- Set byte buddy to experimental -->
126+
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>
124127
</properties>
125128

126129
<dependencies>

0 commit comments

Comments
 (0)