File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ tasks {
117117 patchPluginXml {
118118 version.set(properties(" pluginVersion" ))
119119 sinceBuild.set(properties(" pluginSinceBuild" ))
120- untilBuild.set(" " )
120+ untilBuild.set(properties( " pluginUntilBuild " ) )
121121
122122 // Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
123123 pluginDescription.set(
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginVersion = 1.0.2
1010# for insight into build numbers and IntelliJ Platform versions.
1111pluginSinceBuild = 211
1212# Should be compatible with any version there is
13- # pluginUntilBuild =
13+ pluginUntilBuild =
1414# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1515# See https://jb.gg/intellij-platform-builds-list for available build versions
1616pluginVerifierIdeVersions = IU-2021.1.1, WS-2022.1.3
You can’t perform that action at this time.
0 commit comments