Skip to content

Commit

Permalink
run jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Oct 16, 2024
1 parent 87bb786 commit 4b39c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ allprojects {
apply plugin: 'java-library'
apply plugin: "io.franzbecker.gradle-lombok"

tasks.withType(JavaExec) {
jvmArgs += ['--add-opens', 'java.base/java.lang.invoke=ALL-UNNAMED']
}

lombok {
version = '1.18.30'
}
Expand Down

0 comments on commit 4b39c1a

Please sign in to comment.