mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
Add JDK 24-ea testing
This commit is contained in:
parent
df940d392f
commit
00977fe9a9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -55,7 +55,8 @@ stage('Configure') {
|
||||
// they require the use of -Dnet.bytebuddy.experimental=true.
|
||||
// Make sure to remove that argument as soon as possible
|
||||
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
|
||||
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' )
|
||||
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' ),
|
||||
new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' )
|
||||
];
|
||||
|
||||
if ( env.CHANGE_ID ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user