Skip to content

Commit

Permalink
Disable gradle cache for transform service shadowJar (#33130)
Browse files Browse the repository at this point in the history
Co-authored-by: Claude <[email protected]>
  • Loading branch information
claudevdm and Claude authored Nov 15, 2024
1 parent bc28ea4 commit 8005d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"revision: "2"
"revision": 3
}
4 changes: 4 additions & 0 deletions sdks/java/transform-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ dependencies {
testImplementation library.java.mockito_core
testImplementation project(path: ":runners:java-fn-execution")
}

shadowJar {
outputs.upToDateWhen { false }
}

0 comments on commit 8005d34

Please sign in to comment.