Remove JDK 22 testing
This commit is contained in:
parent
fc2b1b9854
commit
6a3fee83fa
|
@ -49,7 +49,6 @@ stage('Configure') {
|
||||||
// and it's useful to test that.
|
// and it's useful to test that.
|
||||||
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
||||||
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
|
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
|
||||||
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
|
|
||||||
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
|
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
|
||||||
// they require the use of -Dnet.bytebuddy.experimental=true.
|
// they require the use of -Dnet.bytebuddy.experimental=true.
|
||||||
// Make sure to remove that argument as soon as possible
|
// Make sure to remove that argument as soon as possible
|
||||||
|
|
Loading…
Reference in New Issue