mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-17 17:54:05 +00:00
Fixes
This commit is contained in:
parent
fb7acbac0a
commit
75385e5c01
@ -273,6 +273,12 @@ task specialSourceRemapObfuscate(type: JavaExec)
|
||||
|
||||
tasks.compileJava.dependsOn(executeBuildTools)
|
||||
|
||||
task setup()
|
||||
{
|
||||
group("iris")
|
||||
dependsOn(clean, executeBuildTools)
|
||||
}
|
||||
|
||||
task iris(type: Copy)
|
||||
{
|
||||
group "iris"
|
||||
|
Loading…
x
Reference in New Issue
Block a user