We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed96dbd commit cecebc3Copy full SHA for cecebc3
build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
23
id("org.jetbrains.kotlin.jvm") version "1.3.0" // kept in sync with IntelliJ's bundled dep
24
groovy
25
idea
26
- id("org.jetbrains.intellij") version "0.3.12"
+ id("org.jetbrains.intellij") version "0.4.2"
27
id("net.minecrell.licenser") version "0.4.1"
28
}
29
0 commit comments