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 079f4a7 commit 8071feeCopy full SHA for 8071fee
Jenkinsfile
@@ -124,9 +124,6 @@ stage('Configure') {
124
// We want to enable preview features when testing newer builds of OpenJDK:
125
// even if we don't use these features, just enabling them can cause side effects
126
// and it's useful to test that.
127
- new JdkBuildEnvironment(testJavaVersion: '20', testCompilerTool: 'OpenJDK 20 Latest',
128
- testLauncherArgs: '--enable-preview',
129
- condition: TestCondition.AFTER_MERGE),
130
new JdkBuildEnvironment(testJavaVersion: '21', testCompilerTool: 'OpenJDK 21 Latest',
131
testLauncherArgs: '--enable-preview',
132
condition: TestCondition.AFTER_MERGE),
0 commit comments