Sneak to bulk process composter

This commit is contained in:
BillyGalbreath
2021-03-21 23:20:54 -05:00
parent 1362f49b24
commit f754a7b616
2 changed files with 61 additions and 4 deletions

View File

@@ -52,7 +52,3 @@ subprojects {
credentials(PasswordCredentials::class)
}
}
tasks.withType<xyz.jpenilla.toothpick.task.ApplyPatches> {
applyCommand("am", "--no-3way", "--ignore-whitespace", "--reject", "-C0")
}