mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 10:30:53 +00:00
no gui for now
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user