Maybe the ci might be a bit faster (like very little tiny bit faster)

This commit is contained in:
coolGi
2022-05-08 15:34:56 +09:30
parent f6dc7492f9
commit d6ceeee2a3
2 changed files with 4 additions and 11 deletions
-7
View File
@@ -364,10 +364,3 @@ allprojects { p ->
runServer.enabled = false
}
}
// this deletes the merged folder so we don't carry over
// the previous merges to each new build job in the CI/CD pipeline
task deleteMerged(type: Delete) {
delete files("./Merged")
}