Skip to content

Commit

Permalink
🧱 Fix JVM version in Gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jun 17, 2024
1 parent b604ae5 commit d9f43f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group = "org.jetbrains.qodana.common"
version = "${properties("majorVersion").get()}.${properties("buildNumber").get()}"

kotlin {
jvmToolchain(11)
jvmToolchain(8)
version = "2024.1.6"
}

Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ pluginManagement {
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

include(
":plugin",
":common",
Expand Down

0 comments on commit d9f43f4

Please sign in to comment.