Change the deleteMerged task's folder path

This commit is contained in:
James Seibel
2022-03-22 20:48:37 -05:00
parent cec165176b
commit 76ce1d6b21
+1 -1
View File
@@ -209,5 +209,5 @@ allprojects { p ->
// 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("${buildDir}/Merged")
delete files("./Merged")
}