File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1476
1476
<surefire .jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire .jvm.args.java-version>
1477
1477
</properties >
1478
1478
</profile >
1479
+ <profile >
1480
+ <id >testWithJdk23</id >
1481
+ <activation >
1482
+ <property >
1483
+ <name >java-version.test.release</name >
1484
+ <value >23</value >
1485
+ </property >
1486
+ </activation >
1487
+ <properties >
1488
+ <!-- ForbiddenAPIs doesn't work with JDK23+ yet -->
1489
+ <forbiddenapis .skip>true</forbiddenapis .skip>
1490
+ <!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK23+ -->
1491
+ <surefire .jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire .jvm.args.java-version>
1492
+ </properties >
1493
+ </profile >
1479
1494
<profile >
1480
1495
<id >jqassistant</id >
1481
1496
<!--
You can’t perform that action at this time.
0 commit comments