diff --git a/build.gradle.kts b/build.gradle.kts index 605f2d9..d256c13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,6 @@ tasks { patchPluginXml { changeNotes.set(changeLogContents) sinceBuild.set(properties("sinceVersion")) - untilBuild.set(properties("untilVersion")) } } diff --git a/ci/release-branch-automation.Jenkinsfile b/ci/release-branch-automation.Jenkinsfile index 8238a36..84a43f9 100644 --- a/ci/release-branch-automation.Jenkinsfile +++ b/ci/release-branch-automation.Jenkinsfile @@ -90,7 +90,6 @@ pipeline { echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/intellijVersion=20\\1.\\2/" >> systemdUnitFilePlugin/gradle.properties echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/sinceVersion=\\1\\2.0/" >> systemdUnitFilePlugin/gradle.properties - echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/untilVersion=290.0/" >> systemdUnitFilePlugin/gradle.properties echo \$BRANCH_NAME | sed -E "s/([0-9][0-9])([0-9]).x/pluginMajorVersion=\\1\\2/" >> systemdUnitFilePlugin/gradle.properties git -C systemdUnitFilePlugin add gradle.properties diff --git a/gradle.properties b/gradle.properties index e880494..5fb6324 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,4 @@ platformType=IC intellijVersion=2024.2 sinceVersion=242.0 -untilVersion=290.0 pluginMajorVersion=242