Add JDK 24-ea testing
This commit is contained in:
parent
df940d392f
commit
00977fe9a9
|
@ -55,7 +55,8 @@ stage('Configure') {
|
||||||
// they require the use of -Dnet.bytebuddy.experimental=true.
|
// they require the use of -Dnet.bytebuddy.experimental=true.
|
||||||
// Make sure to remove that argument as soon as possible
|
// Make sure to remove that argument as soon as possible
|
||||||
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
|
// -- 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 ) {
|
if ( env.CHANGE_ID ) {
|
||||||
|
|
Loading…
Reference in New Issue