From 4956d173789c043198dba7a8d267e0cf5480c74f Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sat, 26 Jul 2025 08:21:16 +0200 Subject: [PATCH] Update `platformVersion` to `2024.3.6` --- .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 e669916..e11466a 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -11,7 +11,7 @@ pluginSinceBuild = 242 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2024.2.6 +platformVersion = 2024.3.6 # 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 c8aaaa8..d27b478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ### Changed - Upgrade Gradle Wrapper to `8.14.1` -- Update `platformVersion` to `2024.2.6` +- Update `platformVersion` to `2024.3.6` - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.6.0` - Dependencies - upgrade `org.jetbrains.qodana` to `2025.1.1` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2025.1.1` diff --git a/gradle.properties b/gradle.properties index 8d0d2db..75d7b03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ pluginSinceBuild = 242 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2024.2.6 +platformVersion = 2024.3.6 # 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