mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Merge pull request #7157 from vector-im/feature/adm/cache-misses
Fix build cache misses
This commit is contained in:
commit
9a298a6e3e
2 changed files with 5 additions and 0 deletions
1
changelog.d/7157.misc
Normal file
1
changelog.d/7157.misc
Normal file
|
@ -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…
Add table
Reference in a new issue