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