Skip to content

Commit

Permalink
Java 17!
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Nov 21, 2024
1 parent 2760783 commit 60122fb
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 @@ -76,7 +76,7 @@ allprojects {
}

// Configure the java toolchain to use. If not found, it will be downloaded automatically
java { toolchain { languageVersion = JavaLanguageVersion.of(11) } }
java { toolchain { languageVersion = JavaLanguageVersion.of(17) } }
}

buildscript {
Expand Down

0 comments on commit 60122fb

Please sign in to comment.