Skip to content

Commit

Permalink
use jdk 17 for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jun 26, 2023
1 parent b18a8a5 commit 13661d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test {
throw new RuntimeException("Unsupported platform!")
}

if (JavaVersion.current().compareTo(JavaVersion.VERSION_1_8) > 0) {
if (JavaVersion.current().compareTo(JavaVersion.VERSION_1_8 ) > 0) {
jvmArgs "--add-opens", "java.base/java.util.stream=ALL-UNNAMED",
"--add-opens", "java.base/java.io=ALL-UNNAMED",
"--add-opens", "java.base/java.lang=ALL-UNNAMED",
Expand Down

0 comments on commit 13661d1

Please sign in to comment.