mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-13 13:04:09 +00:00
Configure the changelog
Gradle plugin
This commit is contained in:
parent
8aec6433b7
commit
9a7e29c057
@ -8,6 +8,7 @@
|
|||||||
- Upgrade Gradle Wrapper to `6.8.1`
|
- Upgrade Gradle Wrapper to `6.8.1`
|
||||||
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
|
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
|
||||||
|
- Configure the `changelog` Gradle plugin
|
||||||
|
|
||||||
## [0.8.1]
|
## [0.8.1]
|
||||||
### Added
|
### Added
|
||||||
|
@ -58,6 +58,12 @@ intellij {
|
|||||||
setPlugins(*platformPlugins.split(',').map(String::trim).filter(String::isNotEmpty).toTypedArray())
|
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.
|
// Configure detekt plugin.
|
||||||
// Read more: https://detekt.github.io/detekt/kotlindsl.html
|
// Read more: https://detekt.github.io/detekt/kotlindsl.html
|
||||||
detekt {
|
detekt {
|
||||||
|
Loading…
Reference in New Issue
Block a user