2 parents f38b1f6 + 6a40eda commit 249afd2Copy full SHA for 249afd2
1 file changed
.mise/lib/micrometer_compat.py
@@ -153,6 +153,9 @@ def run_gradle_test(
153
cmd = [
154
"./gradlew",
155
"--no-daemon",
156
+ # micrometer wires in a remote build cache into settings.gradle.
157
+ # compatibility tests have no use for upstream's cache
158
+ "--no-build-cache",
159
"-I",
160
str(init_script),
161
":micrometer-registry-prometheus:test",
0 commit comments