We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8989d commit b05cddcCopy full SHA for b05cddc
Jenkinsfile
@@ -187,9 +187,6 @@ stage('Configure') {
187
new JdkBuildEnvironment(version: '23', testCompilerTool: 'OpenJDK 23 Latest',
188
testLauncherArgs: '--enable-preview',
189
condition: TestCondition.AFTER_MERGE),
190
- new JdkBuildEnvironment(version: '24', testCompilerTool: 'OpenJDK 24 Latest',
191
- testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
192
- condition: TestCondition.AFTER_MERGE),
193
new JdkBuildEnvironment(version: '25', testCompilerTool: 'OpenJDK 25 Latest',
194
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
195
0 commit comments