Skip to content

Commit

Permalink
HSEARCH-5267 Do not use "net.bytebuddy.experimental=true" on JDK 23 b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
marko-bekhta committed Nov 21, 2024
1 parent 02f3d6a commit 581d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ stage('Configure') {
// Make sure to remove that argument as soon as possible
// -- generally that requires upgrading bytebuddy in Hibernate ORM after the JDK goes GA.
new JdkBuildEnvironment(version: '23', testCompilerTool: 'OpenJDK 23 Latest',
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '24', testCompilerTool: 'OpenJDK 24 Latest',
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
Expand Down

0 comments on commit 581d792

Please sign in to comment.