File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,13 @@ stage('Configure') {
189189 condition : TestCondition . AFTER_MERGE ),
190190 new JdkBuildEnvironment (version : ' 24' , testCompilerTool : ' OpenJDK 24 Latest' ,
191191 testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
192- condition : TestCondition . AFTER_MERGE ),
192+ condition : TestCondition . ON_DEMAND ),
193193 new JdkBuildEnvironment (version : ' 25' , testCompilerTool : ' OpenJDK 25 Latest' ,
194194 testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
195195 condition : TestCondition . AFTER_MERGE ),
196196 new JdkBuildEnvironment (version : ' 26' , testCompilerTool : ' OpenJDK 26 Latest' ,
197197 testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
198- condition : TestCondition . AFTER_MERGE )
198+ condition : TestCondition . ON_DEMAND )
199199 // IMPORTANT: Make sure to update the documentation for any newly supported Java versions
200200 // See java-version.main.compatible.expected.text in POMs.
201201 ],
You can’t perform that action at this time.
0 commit comments