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 6d42e82 commit 78dca5eCopy full SHA for 78dca5e
Jenkinsfile
@@ -46,7 +46,6 @@ stage('Configure') {
46
// We want to enable preview features when testing newer builds of OpenJDK:
47
// even if we don't use these features, just enabling them can cause side effects
48
// and it's useful to test that.
49
- new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
50
new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
51
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
52
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
0 commit comments