Skip to content

Commit

Permalink
appling the workaround to support until-build for all future releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinbtechit committed Dec 11, 2024
1 parent b22ed47 commit 5ffebf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ tasks {
gradleVersion = providers.gradleProperty("gradleVersion").get()
}

patchPluginXml {
provider {
null
}
}

publishPlugin {
dependsOn(patchChangelog)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 1.11.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
pluginUntilBuild = 243.*
pluginUntilBuild =

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand Down

0 comments on commit 5ffebf9

Please sign in to comment.