gradle clean now removes sleighArgs.txt files.

This commit is contained in:
Ryan Kurtz 2019-04-24 12:48:05 -04:00
parent ae79f00e75
commit 49ae6ec0f9

View File

@ -45,9 +45,13 @@ task saveSleighArgs {
}
}
}
rootProject.prepDev.dependsOn(saveSleighArgs)
apply plugin: 'base'
clean {
delete file("build/data/sleighArgs.txt")
}
/*****************************************************************************************
*
* Task to write sleigh build.xml file for use is development mode only.