mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Removed platformDownloadSources
from Gradle configuration to use default value
This commit is contained in:
parent
271c650a63
commit
caa68cf40b
1
.github/template-cleanup/gradle.properties
vendored
1
.github/template-cleanup/gradle.properties
vendored
@ -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…
Reference in New Issue
Block a user