We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092824e commit 1bdc37bCopy full SHA for 1bdc37b
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
// Kotlin support
12
id("org.jetbrains.kotlin.jvm") version "1.6.21"
13
// Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
14
- id("org.jetbrains.intellij") version "1.5.3"
+ id("org.jetbrains.intellij") version "1.17.0"
15
// Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
16
id("org.jetbrains.changelog") version "1.3.1"
17
// Gradle Qodana Plugin
0 commit comments