mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Dependencies - upgrade org.jetbrains.intellij to 0.4.26
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- GitHub Actions: allow releasing plugin even for the base project
|
- GitHub Actions: allow releasing plugin even for the base project
|
||||||
|
- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.26
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.10
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.10
|
||||||
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.13.1
|
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.13.1
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ plugins {
|
|||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
||||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||||
id("org.jetbrains.intellij") version "0.4.22"
|
id("org.jetbrains.intellij") version "0.4.26"
|
||||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||||
id("org.jetbrains.changelog") version "0.5.0"
|
id("org.jetbrains.changelog") version "0.5.0"
|
||||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||||
|
|||||||
Reference in New Issue
Block a user