diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index e48466d..a02c72c 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 0.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 222.* +pluginUntilBuild = 223.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC diff --git a/CHANGELOG.md b/CHANGELOG.md index 9221db4..6168e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.1` ### Changed -- Update `changelog` extension configuration in `build.gradle.kts` file +- Update `changelog` extension configuration in `build.gradle.kts` file +- Update `pluginUntilBuild` to include `223.*` (2022.3.*) - Use `kotlin.jvmToolchain(11)` shorthand in Gradle configuration - Dependencies - upgrade `org.jetbrains.intellij` to `1.10.0` - Dependencies - upgrade `org.jetbrains.changelog` to `2.0.0` diff --git a/gradle.properties b/gradle.properties index 6e72246..0de61d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 1.2.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 222.* +pluginUntilBuild = 223.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC