Skip to content

Commit

Permalink
Disable gradle cache for spark job server shadowjar (#33010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Nov 4, 2024
1 parent c4edb7b commit 77810d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/trigger_files/beam_PostCommit_Python.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run.",
"modification": 2
"modification": 3
}

4 changes: 4 additions & 0 deletions runners/spark/job-server/spark_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,7 @@ createCrossLanguageValidatesRunnerTask(
"--endpoint localhost:${jobPort}",
],
)

shadowJar {
outputs.upToDateWhen { false }
}

0 comments on commit 77810d1

Please sign in to comment.