Skip to content

Commit f155811

Browse files
committed
Remove workaround for static fields in configuration cache
1 parent 1951286 commit f155811

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/scripts/gradle-configuration-cache-validation.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
set -euo pipefail
44

5-
# TODO/ FIXIT without a full resolved gradle home, we see issues configuration cache reuse
6-
./gradlew --max-workers=8 --parallel --scan --no-daemon precommit
7-
85
./gradlew --max-workers=8 --parallel --scan --configuration-cache precommit -Dorg.gradle.configuration-cache.inputs.unsafe.ignore.file-system-checks=build/*.tar.bz2
96

107
# Create a temporary file

0 commit comments

Comments
 (0)