Skip to content

Commit

Permalink
Support IntelliJ Platform 2024.2 and 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozott00 committed Sep 20, 2024
1 parent 8d24368 commit ac0260b
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 @@ -17,7 +17,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.2")
version.set("2024.2")
type.set("IC") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
Expand All @@ -35,8 +35,8 @@ tasks {

patchPluginXml {
version.set(System.getenv("PLUGIN_VERSION").or("1.1.3"))
sinceBuild.set("222")
untilBuild.set("241.*")
sinceBuild.set("242.2")
untilBuild.set("243.*")
}

// signPlugin {
Expand Down

0 comments on commit ac0260b

Please sign in to comment.