Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Apr 25, 2024
1 parent 8a04089 commit e9a4b5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}


0 comments on commit e9a4b5b

Please sign in to comment.