Skip to content

Commit 466619b

Browse files
committed
fixed bug with static binding generator caching
1 parent fbc80d4 commit 466619b

File tree

1 file changed

+3
-0
lines changed
  • build/project-template-gradle/build-tools/android-static-binding-generator

1 file changed

+3
-0
lines changed

build/project-template-gradle/build-tools/android-static-binding-generator/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ task generateBindings() {
8989

9090
inputs.files(bindingsFilePath)
9191
outputs.dir(absoluteOutDir)
92+
outputs.upToDateWhen({
93+
return !shouldRun
94+
})
9295

9396
doFirst {
9497
javaexec {

0 commit comments

Comments
 (0)