Comment out buildGroups usage

Breaks IntelliJ sync
This commit is contained in:
broccolai 2021-04-29 00:38:00 +01:00 committed by Jason
parent 637964e838
commit 3e3ddf23ee

View file

@ -23,7 +23,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.38.0"
}
buildGroups("Minecraft", "Discord", "IRC")
//buildGroups("Minecraft", "Discord", "IRC")
gradle.taskGraph.whenReady {
gradle.taskGraph.allTasks.forEach {