Skip to content

Commit

Permalink
Upgrade dependencies in grade build
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Sep 21, 2023
1 parent 75d6f59 commit ed2a540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/RiderPlugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.7.22' // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.intellij' version '1.12.0' // https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'org.jetbrains.kotlin.jvm' version '1.8.22' // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.intellij' version '1.13.3' // https://github.com/JetBrains/gradle-intellij-plugin/releases
}

repositories {
Expand All @@ -21,7 +21,7 @@ intellij {
}

compileKotlin {
kotlinOptions { jvmTarget = "11" }
kotlinOptions { jvmTarget = "17" }
}

prepareSandbox {
Expand Down

0 comments on commit ed2a540

Please sign in to comment.