From 8313d6c9f3c1ad3c46d86d895f3eba2cd200ff3f Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 30 May 2024 09:32:33 +0200 Subject: [PATCH] Change since/until build to `232-242.*` (2023.2-2024.2.*) --- .github/template-cleanup/gradle.properties | 4 ++-- CHANGELOG.md | 1 + gradle.properties | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index a9b3093..be51561 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -7,8 +7,8 @@ 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 = 223 -pluginUntilBuild = 241.* +pluginSinceBuild = 232 +pluginUntilBuild = 242.* # 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 1d27e60..b82936c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Changed - Update `platformVersion` to `2023.2.6` +- Change since/until build to `232-242.*` (2023.2-2024.2.*) - Upgrade Gradle Wrapper to `8.7` - Update Kover configuration - Dependencies - upgrade `org.jetbrains.intellij` to `1.17.3` diff --git a/gradle.properties b/gradle.properties index 57849a5..d73c1a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp pluginVersion = 1.13.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 223 -pluginUntilBuild = 241.* +pluginSinceBuild = 232 +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC