Skip to content

Commit 475953a

Browse files
committed
Re-introduce the untilBuild parameter
It turns out that it's complicated to do "sinceBuild" but not "untilBuild". This is only apparent when you go to update the release on the marketplace, where it complains about a missing until-build number. So I have reverted this change, but bumped the value to the latest EAP. refs #43
1 parent 6fcff62 commit 475953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginVersion = 5.2.0
1010
# See: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010590059-Why-pluginUntilBuild-is-mandatory
1111
pluginSinceBuild = 242
1212
# We do not set until build, as we want it to be compatible with new versions. See `plugin.xml`.
13-
pluginUntilBuild = 252.*
13+
pluginUntilBuild = 253.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616
# 2022.3 and newer require JDK17

0 commit comments

Comments
 (0)