Skip to content

Commit

Permalink
Bump JDK toolchain because ErrorProne dropped support for JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidburstrom committed Sep 11, 2024
1 parent 0c90bc8 commit cec1634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {
toolchain {
// Could theoretically be version 8, but it's not compatible with
// ErrorProne. Therefore, the JavaCompile release option is used.
languageVersion = JavaLanguageVersion.of(11)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down

0 comments on commit cec1634

Please sign in to comment.