Removed `platformDownloadSources` from Gradle configuration to use default value

pull/204/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent 271c650a63
commit caa68cf40b

@ -13,7 +13,6 @@ pluginUntilBuild = 213.*
platformType = IC platformType = IC
platformVersion = 2020.3.4 platformVersion = 2020.3.4
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

@ -15,6 +15,7 @@
### Removed ### Removed
- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier` - Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
- Removed `platformDownloadSources` from Gradle configuration to use default value
## [1.0.0] ## [1.0.0]
### Added ### Added

@ -29,7 +29,6 @@ intellij {
pluginName.set(properties("pluginName")) pluginName.set(properties("pluginName"))
version.set(properties("platformVersion")) version.set(properties("platformVersion"))
type.set(properties("platformType")) type.set(properties("platformType"))
downloadSources.set(properties("platformDownloadSources").toBoolean())
updateSinceUntilBuild.set(true) updateSinceUntilBuild.set(true)
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file. // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.

@ -13,7 +13,6 @@ pluginUntilBuild = 213.*
platformType = IC platformType = IC
platformVersion = 2020.3.4 platformVersion = 2020.3.4
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

Loading…
Cancel
Save