Skip to content

Commit

Permalink
Fix JVM version for building IDEA plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Dec 14, 2024
1 parent 146327c commit dced91b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ plugins {
alias(libs.plugins.intellij)
}

javaVersion {
version = JavaVersion.VERSION_17
}

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

0 comments on commit dced91b

Please sign in to comment.