From 8ca795f3c24d8860e7218f39b3486806a37f5062 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Nov 2025 19:28:46 +0100 Subject: [PATCH] Change since build to `252` (2025.2) --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 80fbd57..16de15e 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 = 251 +pluginSinceBuild = 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 fd9d5b7..f82a217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Upgrade Gradle Wrapper to `9.2.1` - Update `platformVersion` to `2025.1.7` -- Change since build to `251` (2025.1) +- Change since build to `252` (2025.2) - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.10.5` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.2.21` - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.3` diff --git a/gradle.properties b/gradle.properties index ad638bd..de543e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp pluginVersion = 2.4.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 251 +pluginSinceBuild = 252 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC