mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
re-add setup task
This commit is contained in:
@@ -300,6 +300,13 @@ task iris(type: Copy) {
|
|||||||
dependsOn(build)
|
dependsOn(build)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task setup() {
|
||||||
|
group "iris"
|
||||||
|
NMS_BINDINGS.each {
|
||||||
|
dependsOn(project(":nms:${it.key}").executeBuildTools)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
def registerCustomOutputTask(name, path) {
|
def registerCustomOutputTask(name, path) {
|
||||||
if (!System.properties['os.name'].toLowerCase().contains('windows')) {
|
if (!System.properties['os.name'].toLowerCase().contains('windows')) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user