Skip to content

Commit 1c7be02

Browse files
committed
Remove old commented out line in build.gradle.kts
1 parent 583c9b1 commit 1c7be02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ buildscript {
1919
}
2020

2121
plugins {
22-
mcdev
2322
kotlin("jvm") version "1.3.31" // kept in sync with IntelliJ's bundled dep
23+
java
24+
mcdev
2425
groovy
2526
idea
2627
id("org.jetbrains.intellij") version "0.4.21"
2728
id("net.minecrell.licenser") version "0.4.1"
2829
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
2930
}
3031

31-
// apply(from = "gradle/attach-sources.gradle.kts")
32-
3332
val coroutineVersion = "1.2.1" // Coroutine version also kept in sync with IntelliJ's bundled dep
3433

3534
val ideaVersion: String by project

0 commit comments

Comments
 (0)