Skip to content

Commit 49abca1

Browse files
author
Steve Ramage
committed
chore: Allow IntelliJ >=2024.2 to use the new version
1 parent 640a326 commit 49abca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release-branch-automation.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pipeline {
8989

9090
echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/intellijVersion=20\\1.\\2/" >> systemdUnitFilePlugin/gradle.properties
9191
echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/sinceVersion=\\1\\2.0/" >> systemdUnitFilePlugin/gradle.properties
92-
echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/untilVersion=270.0/" >> systemdUnitFilePlugin/gradle.properties
92+
echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/untilVersion=241.*/" >> systemdUnitFilePlugin/gradle.properties
9393
echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/pluginMajorVersion=\\1\\2/" >> systemdUnitFilePlugin/gradle.properties
9494

9595
git -C systemdUnitFilePlugin add gradle.properties

0 commit comments

Comments
 (0)