Skip to content

Commit

Permalink
remove toolchain declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 21, 2025
1 parent 4c03241 commit b5a5d14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {
id 'eclipse'
}

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

repositories {
mavenLocal()
Expand Down

0 comments on commit b5a5d14

Please sign in to comment.