File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,7 @@ stage('Configure') {
155155 // We want to enable preview features when testing newer builds of OpenJDK:
156156 // even if we don't use these features, just enabling them can cause side effects
157157 // and it's useful to test that.
158- new JdkBuildEnvironment (version : ' 20' , testCompilerTool : ' OpenJDK 20 Latest' ,
159- testLauncherArgs : ' --enable-preview' ,
160- condition : TestCondition . AFTER_MERGE ),
161158 new JdkBuildEnvironment (version : ' 21' , testCompilerTool : ' OpenJDK 21 Latest' ,
162- testLauncherArgs : ' --enable-preview' ,
163- condition : TestCondition . AFTER_MERGE ),
164- new JdkBuildEnvironment (version : ' 22' , testCompilerTool : ' OpenJDK 22 Latest' ,
165159 testLauncherArgs : ' --enable-preview' ,
166160 condition : TestCondition . AFTER_MERGE )
167161 // IMPORTANT: Make sure to update the documentation for any newly supported Java versions
You can’t perform that action at this time.
0 commit comments