Skip to content

Commit 8005d34

Browse files
claudevdmClaude
andauthored
Disable gradle cache for transform service shadowJar (#33130)
Co-authored-by: Claude <cvandermerwe@google.com>
1 parent bc28ea4 commit 8005d34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"revision: "2"
3+
"revision": 3
44
}

sdks/java/transform-service/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ dependencies {
4848
testImplementation library.java.mockito_core
4949
testImplementation project(path: ":runners:java-fn-execution")
5050
}
51+
52+
shadowJar {
53+
outputs.upToDateWhen { false }
54+
}

0 commit comments

Comments
 (0)