mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
GitHub: add platformBundledModules property placeholder to cleanup gradle.properties
This commit is contained in:
parent
2d43ba5703
commit
89e253865d
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user