Removed the pluginVerifierIdeVersions configuration to use default IDEs list provided by the listProductsReleases task for runPluginVerifier

This commit is contained in:
Jakub Chrzanowski
2021-09-30 15:31:20 +02:00
committed by Jakub Chrzanowski
parent 46cd5106cb
commit badb6ae1db
4 changed files with 0 additions and 13 deletions

View File

@@ -97,7 +97,6 @@ The project-specific configuration file [gradle.properties][file:gradle.properti
| `pluginVersion` | The current version of the plugin in [SemVer](https://semver.org/) format. |
| `pluginSinceBuild` | The `since-build` attribute of the `<idea-version>` tag. |
| `pluginUntilBuild` | The `until-build` attribute of the `<idea-version>` tag. |
| `pluginVerifierIdeVersions` | Versions of the IDEs that will be used with Plugin Verifier. |
| `platformType` | The type of IDE distribution. |
| `platformVersion` | The version of the IntelliJ Platform IDE will be used to build the plugin. |
| `platformDownloadSources` | IDE sources downloaded while initializing the Gradle build. |