Skip to content

Commit 3c9d99e

Browse files
committed
chore: update setup
1 parent c5f2e6a commit 3c9d99e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginVersion = 1.0.2
1010
# for insight into build numbers and IntelliJ Platform versions.
1111
pluginSinceBuild = 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
1616
pluginVerifierIdeVersions = IU-2021.1.1, WS-2022.1.3

0 commit comments

Comments
 (0)