Skip to content

Commit

Permalink
Update IntelliJ and Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoiesl committed Apr 8, 2024
1 parent 5a9fe3f commit e491465
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.9.21"
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.intellij") version "1.17.3"
}

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.3")
version.set("2024.1")
type.set("IU") // Target IDE Platform

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

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

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

signPlugin {
Expand Down

0 comments on commit e491465

Please sign in to comment.