Skip to content

Commit

Permalink
Merge pull request #7157 from vector-im/feature/adm/cache-misses
Browse files Browse the repository at this point in the history
Fix build cache misses
  • Loading branch information
ouchadam authored Sep 16, 2022
2 parents a919989 + 1669320 commit 9a298a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/7157.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixing build cache misses when compiling the vector module
4 changes: 4 additions & 0 deletions library/ui-strings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ android {
jvmTarget = "11"
}
}

tasks.withType( com.likethesalad.android.templates.common.tasks.BaseTask) {
it.outputs.cacheIf { true }
}

0 comments on commit 9a298a6

Please sign in to comment.