Skip to content

Commit

Permalink
fix(intellij): add back compatibility with all future versions (#2633)
Browse files Browse the repository at this point in the history
Fixes #2597.
  • Loading branch information
fwouts committed Apr 23, 2024
1 parent 30ecb21 commit 0fa0a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))
untilBuild.set("")
}

runPluginVerifier {
Expand Down
3 changes: 1 addition & 2 deletions integrations/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ pluginVersion = 1.28.2
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 231
pluginUntilBuild = 233.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2023.1,2023.2,2023.3
pluginVerifierIdeVersions = 2023.1,2023.3,2024.1

platformType = IC
platformVersion = 2023.1
Expand Down

0 comments on commit 0fa0a90

Please sign in to comment.