Skip to content

Commit

Permalink
bump compatibility for 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simoleone committed Dec 7, 2023
1 parent b0e7f6b commit 90153d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("org.jetbrains.intellij") version "1.15.0"
id("org.jetbrains.intellij") version "1.16.1"
}

group = "im.simo.rubymine.sorbetlsp"
Expand All @@ -13,11 +13,11 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2023.2")
version.set("2023.3")
type.set("IU") // Target IDE Platform

plugins.set(listOf(
"org.jetbrains.plugins.ruby:232.8660.185"
"org.jetbrains.plugins.ruby:233.11799.241"
))
}

Expand All @@ -32,7 +32,7 @@ tasks {
}

patchPluginXml {
sinceBuild.set("232")
sinceBuild.set("233")
}

signPlugin {
Expand Down

0 comments on commit 90153d8

Please sign in to comment.