mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
gradle-intellij-plugin 0.4.22
This commit is contained in:
parent
80b2442648
commit
9b770b6fdb
@ -6,6 +6,7 @@
|
||||
### Changed
|
||||
- Simplify and optimize GitHub Actions
|
||||
- Gradle Wrapper upgrade to v6.6
|
||||
- Update Gradle plugin `gradle-intellij-plugin` to 0.4.22
|
||||
- Dependencies - bump org.jetbrains.kotlin.jvm to 1.4.0
|
||||
- Dependencies - bump io.gitlab.arturbosch.detekt to 1.11.0
|
||||
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.0"
|
||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||
id("org.jetbrains.intellij") version "0.4.21"
|
||||
id("org.jetbrains.intellij") version "0.4.22"
|
||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
id("org.jetbrains.changelog") version "0.4.0"
|
||||
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
|
||||
|
Loading…
Reference in New Issue
Block a user