Added missing properties in the `gradle.properties` template file (#45)

* Add missing gradle.properties values to cleanup

* CHANGELOG: Added Missing properties in the `gradle.properties` template file

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
pull/50/head
Oliver Nybroe 4 years ago committed by GitHub
parent 58d662f8e8
commit b6b9ce9711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,3 +10,10 @@ pluginUntilBuild = 202.*
platformType = IC
platformVersion = 2019.3
platformDownloadSources = true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java,com.jetbrains.php:203.4449.22
platformPlugins =
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false

@ -3,6 +3,9 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Added
- Missing properties in the `gradle.properties` template file
### Changed
- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.2

Loading…
Cancel
Save