Skip to content

Commit

Permalink
Fix Java source version
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Dec 14, 2024
1 parent dced91b commit f1cc4e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ javaVersion {
version = JavaVersion.VERSION_17
}

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

intellij {
version = libs.versions.idea.asProvider().get()
type = "IC"
Expand Down

0 comments on commit f1cc4e5

Please sign in to comment.