mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
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>
This commit is contained in:
parent
58d662f8e8
commit
b6b9ce9711
7
.github/template-cleanup/gradle.properties
vendored
7
.github/template-cleanup/gradle.properties
vendored
@ -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…
Reference in New Issue
Block a user