Skip to content

Commit

Permalink
Tweak workaround for gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 16, 2024
1 parent e72803a commit 6eea521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/gradle-configuration-cache-validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -euo pipefail

# TODO/ FIXIT without a full resolved gradle home, we see issues configuration cache reuse
.ci/scripts/run-gradle.sh --no-daemon precommit
# This is a workaround for https://github.com/gradle/gradle/issues/28159
.ci/scripts/run-gradle.sh --no-daemon help

.ci/scripts/run-gradle.sh --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2

Expand Down

0 comments on commit 6eea521

Please sign in to comment.