Skip to content

Commit 99ab48d

Browse files
authored
Merge branch 'main' into renovate/org.codehaus.mojo-exec-maven-plugin-3.x
2 parents fe4aae8 + 6a40eda commit 99ab48d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.mise/lib/micrometer_compat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ def run_gradle_test(
153153
cmd = [
154154
"./gradlew",
155155
"--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",
156159
"-I",
157160
str(init_script),
158161
":micrometer-registry-prometheus:test",

0 commit comments

Comments
 (0)