From f0d63e98b960b68d23370cca6439c900eee31a63 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Nov 2025 19:31:51 +0100 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d42aa..b3487dc 100644 --- a/README.md +++ b/README.md @@ -111,10 +111,10 @@ The project-specific configuration file [`gradle.properties`][file:gradle.proper | `pluginRepositoryUrl` | Repository URL used for generating URLs by the [Gradle Changelog Plugin][gh:gradle-changelog-plugin] | | `pluginVersion` | The current version of the plugin in [SemVer][semver] format. | | `pluginSinceBuild` | The `since-build` attribute of the `` tag. | -| `platformType` | The type of IDE distribution. | | `platformVersion` | The version of the IntelliJ Platform IDE will be used to build the plugin. | | `platformPlugins` | Comma-separated list of dependencies to the plugins from the Plugin Repositories. | | `platformBundledPlugins` | Comma-separated list of dependencies to the bundled IDE plugins. | +| `platformBundledModules` | Comma-separated list of dependencies to the bundled IDE modules. | | `gradleVersion` | Version of Gradle used for plugin development. | The properties listed define the plugin itself or configure the [intellij-platform-gradle-plugin][gh:intellij-platform-gradle-plugin] – check its documentation for more details.