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') {
36
36
// even if we don't use these features, just enabling them can cause side effects
37
37
// and it's useful to test that.
38
38
new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
39
- new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
40
39
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
41
40
// they require the use of -Dnet.bytebuddy.experimental=true.
42
41
// Make sure to remove that argument as soon as possible
43
42
// -- 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' )
45
45
];
46
46
47
47
helper. configure {
You can’t perform that action at this time.
0 commit comments