Configure the changelog Gradle plugin

This commit is contained in:
Jakub Chrzanowski
2021-02-08 08:04:58 +01:00
parent 8aec6433b7
commit 9a7e29c057
2 changed files with 7 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ intellij {
setPlugins(*platformPlugins.split(',').map(String::trim).filter(String::isNotEmpty).toTypedArray())
}
// Configure gradle-changelog-plugin plugin.
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog {
version = pluginVersion
}
// Configure detekt plugin.
// Read more: https://detekt.github.io/detekt/kotlindsl.html
detekt {