no gui for now

This commit is contained in:
RePixelatedMC
2024-06-03 10:03:14 +02:00
parent cad7166cbe
commit d7cf3b9500
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ shadowJar {
from("${project(":nms:${it.key}").layout.buildDirectory.asFile.get()}/libs/${it.key}.jar")
}
NMS_BINDINGS.each {dependsOn(":nms:${it.key}:build")}
dependsOn(':com.volmit.gui:build')
//dependsOn(':com.volmit.gui:build')
//minimize()
append("plugin.yml")

View File

@@ -23,7 +23,7 @@ pluginManagement {
}
}
rootProject.name = 'Iris'
include 'app', 'com.volmit.gui'
//include 'app', 'com.volmit.gui'
include(':core')
include(
':nms:v1_20_R4',