Skip to content

Commit

Permalink
update the Java binary-compatible level to Java 11 since ZK 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed May 11, 2023
1 parent dad9296 commit 1cff1b4
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 @@ -47,7 +47,7 @@ dependencies {

description = 'The Atlantic Theme'

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.sourceCompatibility = JavaVersion.VERSION_11
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Expand Down

0 comments on commit 1cff1b4

Please sign in to comment.