From 09f04861ffa27b9c9da3b7e63367505ef68a4bbd Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 28 Mar 2025 19:09:01 +0100 Subject: [PATCH] Change since/until build to `242-252.*` (2024.2-2025.2.*) --- .github/template-cleanup/gradle.properties | 4 ++-- CHANGELOG.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 09913ab..8e21cb5 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 = 241 -pluginUntilBuild = 251.* +pluginSinceBuild = 242 +pluginUntilBuild = 252.* # 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 a1ea6d7..cd96b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ ### Changed - Upgrade Gradle Wrapper to `8.13` -- Change since/until build to `241-251.*` (2024.1-2025.1.*) - Update `platformVersion` to `2024.2.5` +- Change since/until build to `242-252.*` (2024.2-2025.2.*) - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.2.1` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.1.10` - Dependencies - upgrade `org.jetbrains.qodana` to `2024.3.4` diff --git a/gradle.properties b/gradle.properties index 58bff0a..6651afa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp pluginVersion = 2.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 241 -pluginUntilBuild = 251.* +pluginSinceBuild = 242 +pluginUntilBuild = 252.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC