From aab7609f4d0c02bb60b865f974808d08555b24b4 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 7 Aug 2023 15:00:29 +0200 Subject: [PATCH] Change since/until build to `223-232.*` (2022.3 - 2023.2.*) --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index ff49cdc..20bc2fc 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/%REPOSITORY% pluginVersion = 0.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 222 +pluginSinceBuild = 223 pluginUntilBuild = 232.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension diff --git a/CHANGELOG.md b/CHANGELOG.md index 01de6a8..b0bf461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Changed - GitHub Actions: move the `Maximize Build Space` step from the `Build` job to `Inspect code` and `Verify plugin` jobs +- Change since/until build to `223-232.*` (2022.3 - 2023.2.*) + ## [1.10.0] - 2023-08-04 ### Added diff --git a/gradle.properties b/gradle.properties index 10d75bd..d5654b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp pluginVersion = 1.11.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 222 +pluginSinceBuild = 223 pluginUntilBuild = 232.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension