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 7b5a7da commit 6951d45Copy full SHA for 6951d45
Jenkinsfile
@@ -163,9 +163,6 @@ stage('Configure') {
163
// even if we don't use these features, just enabling them can cause side effects
164
// and it's useful to test that.
165
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
166
- testLauncherArgs: '--enable-preview',
167
- condition: TestCondition.AFTER_MERGE),
168
- new JdkBuildEnvironment(version: '22', testCompilerTool: 'OpenJDK 22 Latest',
169
testLauncherArgs: '--enable-preview',
170
condition: TestCondition.AFTER_MERGE)
171
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions
0 commit comments