We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2b1b9 commit 6a3fee8Copy full SHA for 6a3fee8
Jenkinsfile
@@ -49,7 +49,6 @@ stage('Configure') {
49
// and it's useful to test that.
50
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
51
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
52
- new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
53
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
54
// they require the use of -Dnet.bytebuddy.experimental=true.
55
// Make sure to remove that argument as soon as possible
0 commit comments