You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,10 @@ The project-specific configuration file [`gradle.properties`][file:gradle.proper
111
111
|`pluginRepositoryUrl`| Repository URL used for generating URLs by the [Gradle Changelog Plugin][gh:gradle-changelog-plugin]|
112
112
|`pluginVersion`| The current version of the plugin in [SemVer][semver] format. |
113
113
|`pluginSinceBuild`| The `since-build` attribute of the `<idea-version>` tag. |
114
-
|`platformType`| The type of IDE distribution. |
115
114
|`platformVersion`| The version of the IntelliJ Platform IDE will be used to build the plugin. |
116
115
|`platformPlugins`| Comma-separated list of dependencies to the plugins from the Plugin Repositories. |
117
116
|`platformBundledPlugins`| Comma-separated list of dependencies to the bundled IDE plugins. |
117
+
|`platformBundledModules`| Comma-separated list of dependencies to the bundled IDE modules. |
118
118
|`gradleVersion`| Version of Gradle used for plugin development. |
119
119
120
120
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.
0 commit comments