File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments