From b83e18d0adedef656dc168dddeb90f8f9866438c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 11 Sep 2024 16:27:08 +0200 Subject: [PATCH] Update `platformVersion` to `2023.3.8` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 0805ac0..94e7c04 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.3.7 +platformVersion = 2023.3.8 # 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 3f416d7..a9b1e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Changed - Upgrade Gradle Wrapper to `8.10.1` +- Update `platformVersion` to `2023.3.8` - Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4` ### Fixed diff --git a/gradle.properties b/gradle.properties index 4b371f9..b690c94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.3.7 +platformVersion = 2023.3.8 # 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