Skip to content

Commit

Permalink
Support 2024.2
Browse files Browse the repository at this point in the history
- Add support for IntelliJ 2024.2
- Similar to: simoleone#7
  • Loading branch information
mina-asham authored Aug 16, 2024
1 parent b7aadf4 commit 27d33b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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("2024.1")
version.set("2024.2")
type.set("IU") // Target IDE Platform

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

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

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

signPlugin {
Expand Down

0 comments on commit 27d33b9

Please sign in to comment.