9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

re-add setup task

This commit is contained in:
BuildTools
2023-10-23 15:46:21 +02:00
parent a82fa578eb
commit e1c7f38bb8

View File

@@ -300,6 +300,13 @@ task iris(type: Copy) {
dependsOn(build)
}
task setup() {
group "iris"
NMS_BINDINGS.each {
dependsOn(project(":nms:${it.key}").executeBuildTools)
}
}
def registerCustomOutputTask(name, path) {
if (!System.properties['os.name'].toLowerCase().contains('windows')) {
return;