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 b91d9ec commit ff64185Copy full SHA for ff64185
Jenkinsfile
@@ -36,6 +36,7 @@ stage('Configure') {
36
// even if we don't use these features, just enabling them can cause side effects
37
// and it's useful to test that.
38
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
39
+ new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
40
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
41
// they require the use of -Dnet.bytebuddy.experimental=true.
42
// Make sure to remove that argument as soon as possible
0 commit comments