diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 03619aa..c94ce81 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -10,7 +10,6 @@ pluginVersion = 0.0.1 pluginSinceBuild = 252 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension -platformType = IC platformVersion = 2025.2.5 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html diff --git a/CHANGELOG.md b/CHANGELOG.md index cf390c2..d983f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ - Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v5` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2025.2.2` +### Removed + +- Remove the `platformType` Gradle property + ## [2.3.1] - 2025-08-09 ### Added diff --git a/gradle.properties b/gradle.properties index 25a1ff3..f78eaaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ pluginVersion = 2.4.0 pluginSinceBuild = 252 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension -platformType = IC +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