Skip to content

Commit 9b0956f

Browse files
committed
[expansion-service] Remove obsolete upToDateWhen workaround
outputs.upToDateWhen { false } in the shadowJar block was a workaround for a corrupted gradle cache and is no longer needed (review feedback on PR #38493).
1 parent 9d3f7ac commit 9b0956f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdks/java/io/expansion-service/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ shadowJar {
7272
attributes(["Multi-Release": true])
7373
}
7474
mergeServiceFiles()
75-
outputs.upToDateWhen { false }
7675
}
7776

7877
description = "Apache Beam :: SDKs :: Java :: IO :: Expansion Service"

0 commit comments

Comments
 (0)