mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
Make gradle clean
trigger a clean of all subprojects
This commit is contained in:
parent
cdb32a3fe7
commit
831ecfd392
@ -48,3 +48,9 @@ subprojects {
|
||||
workingDir.mkdirs()
|
||||
}
|
||||
}
|
||||
|
||||
task clean {
|
||||
subprojects {
|
||||
rootProject.clean.dependsOn tasks.matching { it.name == "clean" }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user