Merge pull request #7157 from vector-im/feature/adm/cache-misses
Fix build cache misses
This commit is contained in:
commit
9a298a6e3e
|
@ -0,0 +1 @@
|
|||
Fixing build cache misses when compiling the vector module
|
|
@ -20,3 +20,7 @@ android {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType( com.likethesalad.android.templates.common.tasks.BaseTask) {
|
||||
it.outputs.cacheIf { true }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue