Skip to content

Commit 769c5be

Browse files
staktracesvc-squareup-copybara
authored andcommitted
Mark the input with relative path sensitivity
GitOrigin-RevId: 2b38790fee6132783fc273e0b4904762111ad266
1 parent 3de5aad commit 769c5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misk-admin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ val buildMiskWeb = tasks.register("buildMiskWeb", Exec::class.java) {
5353
exclude("tabs/database/tslint.json")
5454
exclude("tabs/database/webpack.config.js")
5555
}).withPropertyName("webfiles").withPathSensitivity(PathSensitivity.RELATIVE)
56-
inputs.files(project.file("../package-lock.json")) // for misk-cli install
56+
inputs.files(project.file("../package-lock.json")).withPropertyName("packagelock").withPathSensitivity(PathSensitivity.RELATIVE) // for misk-cli install
5757
outputs.dir(layout.buildDirectory.dir("web"))
5858

5959
outputs.cacheIf("all inputs/outputs are declared") { true }

0 commit comments

Comments
 (0)