Skip to content

Commit

Permalink
Support IntelliJ IDEA 2024.3 (build 243)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHartrampf committed Nov 19, 2024
1 parent 1e6cf2b commit 569ca0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ intellijPlatform {
"2024.2",
"2024.2.0.1",
"2024.2.0.2",
"2024.2.1"
"2024.2.1",
"2024.3"
))
}
}
Expand All @@ -120,7 +121,7 @@ intellijPlatform {
tasks {
patchPluginXml {
sinceBuild = "223"
untilBuild = "242.*"
untilBuild = "243.*"
}
}

Expand Down

0 comments on commit 569ca0f

Please sign in to comment.