mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Gradle – changelog plugin configuration update
This commit is contained in:
committed by
Jakub Chrzanowski
parent
a37354dfc3
commit
e950245010
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user