Gradle – changelog plugin configuration update

pull/175/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent a37354dfc3
commit e950245010

@ -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`

@ -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.

Loading…
Cancel
Save