From e950245010c948c1cdf9b2fbafe9e8f7a096dba6 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 5 Jul 2021 12:55:07 +0200 Subject: [PATCH] =?UTF-8?q?Gradle=20=E2=80=93=20changelog=20plugin=20confi?= =?UTF-8?q?guration=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248edc3..0c67313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3` - Change since/until build to `203-212.*` - Upgrade Gradle Wrapper to `7.1.1` +- Gradle – Changelog plugin configuration update - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.20` - Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0` - Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2` diff --git a/build.gradle.kts b/build.gradle.kts index 7f29158..871803d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,8 +46,8 @@ intellij { // Configure gradle-changelog-plugin plugin. // Read more: https://github.com/JetBrains/gradle-changelog-plugin changelog { - version = properties("pluginVersion") - groups = emptyList() + version.set(properties("pluginVersion")) + groups.set(emptyList()) } // Configure detekt plugin.