Skip to content

Commit

Permalink
[gradle] Set sourceCompatibility to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Nov 11, 2023
1 parent 9faba44 commit 206de28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/config/compilation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* Author: ngoanh2n
*/
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
}

compileJava {
Expand Down

0 comments on commit 206de28

Please sign in to comment.