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.2.1
This commit is contained in:
parent
e2a11343be
commit
9ad667ff05
@ -15,7 +15,7 @@
|
||||
- Upgrade Gradle Wrapper to `7.1.1`
|
||||
- Gradle – Changelog plugin configuration update
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.21`
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0`
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.1`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.4`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4`
|
||||
|
||||
|
@ -12,7 +12,7 @@ plugins {
|
||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||
id("org.jetbrains.intellij") version "1.1.4"
|
||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
id("org.jetbrains.changelog") version "1.2.0"
|
||||
id("org.jetbrains.changelog") version "1.2.1"
|
||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||
id("io.gitlab.arturbosch.detekt") version "1.17.1"
|
||||
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
||||
|
Loading…
Reference in New Issue
Block a user