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 631ae2e commit 7a0bbd6Copy full SHA for 7a0bbd6
Jenkinsfile
@@ -50,7 +50,6 @@ stage('Configure') {
50
// and it's useful to test that.
51
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
52
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
53
- new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
54
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
55
// they require the use of -Dnet.bytebuddy.experimental=true.
56
// Make sure to remove that argument as soon as possible
0 commit comments