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 583c9b1 commit 1c7be02Copy full SHA for 1c7be02
build.gradle.kts
@@ -19,17 +19,16 @@ buildscript {
19
}
20
21
plugins {
22
- mcdev
23
kotlin("jvm") version "1.3.31" // kept in sync with IntelliJ's bundled dep
+ java
24
+ mcdev
25
groovy
26
idea
27
id("org.jetbrains.intellij") version "0.4.21"
28
id("net.minecrell.licenser") version "0.4.1"
29
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
30
31
-// apply(from = "gradle/attach-sources.gradle.kts")
32
-
33
val coroutineVersion = "1.2.1" // Coroutine version also kept in sync with IntelliJ's bundled dep
34
35
val ideaVersion: String by project
0 commit comments