From 3c9f911ebfd0337f293c571d1279165b176263ae Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Nov 2025 11:09:41 +0100 Subject: [PATCH] Update `platformVersion` to `2025.1.7` --- .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 c6b8edc..80fbd57 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -11,7 +11,7 @@ pluginSinceBuild = 251 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2025.1.6 +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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58525e9..134a45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Changed - Upgrade Gradle Wrapper to `9.2.1` -- Update `platformVersion` to `2025.1.6` +- Update `platformVersion` to `2025.1.7` - Change since build to `251` (2025.1) - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.10.4` - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.3` diff --git a/gradle.properties b/gradle.properties index c758cde..4ee8746 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ pluginSinceBuild = 251 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2025.1.6 +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