gradle-intellij-plugin 0.4.22

This commit is contained in:
Yann Cébron
2020-09-03 15:07:03 +02:00
parent 80b2442648
commit 9b770b6fdb
2 changed files with 2 additions and 1 deletions

View File

@@ -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