You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-31 07:04:23 +03:00
fix build cache misses
- forcing the stem string template generator to be cachable, without this the templates are regenerated causing the vector module to recompile its sources (our slowest task!)
This commit is contained in:
@ -20,3 +20,7 @@ android {
|
||||
jvmTarget = "11"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType( com.likethesalad.android.templates.common.tasks.BaseTask) {
|
||||
it.outputs.cacheIf { true }
|
||||
}
|
||||
|
Reference in New Issue
Block a user