Skip to content

Commit

Permalink
Upgrade Java version to 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Jan 26, 2024
1 parent 526792d commit 51b5fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

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

Expand Down

0 comments on commit 51b5fe9

Please sign in to comment.