File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,6 @@ stage('Configure') {
125
125
new JdkBuildEnvironment (testJavaVersion : ' 21' , testCompilerTool : ' OpenJDK 21 Latest' ,
126
126
testLauncherArgs : ' --enable-preview' ,
127
127
condition : TestCondition . AFTER_MERGE ),
128
- new JdkBuildEnvironment (testJavaVersion : ' 22' , testCompilerTool : ' OpenJDK 22 Latest' ,
129
- testLauncherArgs : ' --enable-preview' ,
130
- condition : TestCondition . AFTER_MERGE ),
131
128
new JdkBuildEnvironment (testJavaVersion : ' 23' , testCompilerTool : ' OpenJDK 23 Latest' ,
132
129
testLauncherArgs : ' --enable-preview' ,
133
130
condition : TestCondition . AFTER_MERGE ),
Original file line number Diff line number Diff line change 1732
1732
<surefire .jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire .jvm.args.java-version>
1733
1733
</properties >
1734
1734
</profile >
1735
- <profile >
1736
- <id >testWithJdk22</id >
1737
- <activation >
1738
- <property >
1739
- <name >java-version.test.release</name >
1740
- <value >22</value >
1741
- </property >
1742
- </activation >
1743
- <properties >
1744
- <!-- ForbiddenAPIs doesn't work with JDK20+ yet -->
1745
- <forbiddenapis .skip>true</forbiddenapis .skip>
1746
- <!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK21+ -->
1747
- <surefire .jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire .jvm.args.java-version>
1748
- </properties >
1749
- </profile >
1750
1735
<profile >
1751
1736
<id >testWithJdk23</id >
1752
1737
<activation >
You can’t perform that action at this time.
0 commit comments