mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.changelog
to 1.1.1
This commit is contained in:
parent
c164d65209
commit
9568a84804
@ -8,6 +8,7 @@
|
||||
- Upgrade Gradle Wrapper to `6.8.2`
|
||||
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1`
|
||||
- Configure the `changelog` Gradle plugin
|
||||
|
||||
## [0.8.1]
|
||||
|
@ -11,7 +11,7 @@ plugins {
|
||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||
id("org.jetbrains.intellij") version "0.6.5"
|
||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
id("org.jetbrains.changelog") version "1.0.1"
|
||||
id("org.jetbrains.changelog") version "1.1.1"
|
||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||
id("io.gitlab.arturbosch.detekt") version "1.15.0"
|
||||
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
||||
|
Loading…
Reference in New Issue
Block a user