mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-19 21:33:11 +01:00
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
clean_assemble {
|
|
tasks = ["clean", ":app:assembleDebug"]
|
|
}
|
|
|
|
clean_assemble_no_cache {
|
|
tasks = ["clean", ":app:assembleDebug"]
|
|
gradle-args = ["--no-build-cache", "--no-configuration-cache"]
|
|
}
|