Skip to content

Commit

Permalink
Don't force Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 17, 2023
1 parent a425028 commit cf67f50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ java {
withSourcesJar()
withJavadocJar()

toolchain {
languageVersion = JavaLanguageVersion.of(17)
}

sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}
Expand Down

0 comments on commit cf67f50

Please sign in to comment.