mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Gradle – changelog plugin configuration update
This commit is contained in:
parent
a37354dfc3
commit
e950245010
@ -12,6 +12,7 @@
|
|||||||
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
|
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
|
||||||
- Change since/until build to `203-212.*`
|
- Change since/until build to `203-212.*`
|
||||||
- Upgrade Gradle Wrapper to `7.1.1`
|
- 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.kotlin.jvm` to `1.5.20`
|
||||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0`
|
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0`
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2`
|
||||||
|
@ -46,8 +46,8 @@ intellij {
|
|||||||
// Configure gradle-changelog-plugin plugin.
|
// Configure gradle-changelog-plugin plugin.
|
||||||
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
|
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||||
changelog {
|
changelog {
|
||||||
version = properties("pluginVersion")
|
version.set(properties("pluginVersion"))
|
||||||
groups = emptyList()
|
groups.set(emptyList())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure detekt plugin.
|
// Configure detekt plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user