Skip to content

Commit

Permalink
remove gradle toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Dec 14, 2024
1 parent bc9b723 commit ae335f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ plugins {
id 'java'
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

compileJava {
options.encoding = 'UTF-8'
sourceCompatibility = '11'
Expand Down

0 comments on commit ae335f2

Please sign in to comment.