From 7888f159fbff712176cd15f5cc9ca85667394c84 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Nov 2025 19:29:10 +0100 Subject: [PATCH] Update `platformVersion` to `2025.2.5` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 +- gradle.properties | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 16de15e..03619aa 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -11,7 +11,7 @@ pluginSinceBuild = 252 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2025.1.7 +platformVersion = 2025.2.5 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP diff --git a/CHANGELOG.md b/CHANGELOG.md index f82a217..ff69ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ### Changed - Upgrade Gradle Wrapper to `9.2.1` -- Update `platformVersion` to `2025.1.7` +- Update `platformVersion` to `2025.2.5` - 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` diff --git a/gradle.properties b/gradle.properties index de543e8..25a1ff3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,6 @@ pluginSinceBuild = 252 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2025.1.7 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP