From b6b9ce9711f435864e4b96db31d328d23542cfaa Mon Sep 17 00:00:00 2001 From: Oliver Nybroe Date: Wed, 14 Oct 2020 09:11:52 +0200 Subject: [PATCH] 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 --- .github/template-cleanup/gradle.properties | 7 +++++++ CHANGELOG.md | 3 +++ 2 files changed, 10 insertions(+) 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