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 @@ -36,12 +36,12 @@ stage('Configure') {
3636 // even if we don't use these features, just enabling them can cause side effects
3737 // and it's useful to test that.
3838 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
39- new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
4039 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
4140 // they require the use of -Dnet.bytebuddy.experimental=true.
4241 // Make sure to remove that argument as soon as possible
4342 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
44- new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
43+ new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
44+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
4545 ];
4646
4747 helper. configure {
You can’t perform that action at this time.
0 commit comments