Merge pull request #7157 from vector-im/feature/adm/cache-misses
Fix build cache misses
This commit is contained in:
commit
9a298a6e3e
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"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType( com.likethesalad.android.templates.common.tasks.BaseTask) {
|
||||||
|
it.outputs.cacheIf { true }
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user