Skip to content

Commit

Permalink
Remove upper bound for supported IntelliJ versions
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
DennisHartrampf committed Nov 19, 2024
1 parent 82d5d3c commit b5ef940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ intellijPlatform {
tasks {
patchPluginXml {
sinceBuild = "223"
untilBuild = "242.*"
untilBuild = provider { null }
}
}

Expand Down

0 comments on commit b5ef940

Please sign in to comment.