diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index f505447..aad4b7c 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49974bd..ecece8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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