Skip to content

Commit

Permalink
downgrading jvmtoolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
nizienko committed Mar 8, 2023
1 parent 1890bda commit 30b4aa0
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 @@ -19,7 +19,7 @@ subprojects {
group = "com.intellij.remoterobot"

kotlin {
jvmToolchain(17)
jvmToolchain(11)
}

repositories {
Expand Down

0 comments on commit 30b4aa0

Please sign in to comment.