From f67ed11cacc29e0e821aa8afc4610293467e2f61 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sat, 9 Aug 2025 08:45:02 +0200 Subject: [PATCH] GitHub: add `platformBundledModules` property placeholder to cleanup `gradle.properties` --- .github/template-cleanup/gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 1c4106e..d24813f 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -18,6 +18,8 @@ platformVersion = 2024.3.6 platformPlugins = # Example: platformBundledPlugins = com.intellij.java platformBundledPlugins = +# Example: platformBundledModules = intellij.spellchecker +platformBundledModules = # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion = 9.0.0