Commit 84faaa6
authored
Fix build cache misses from overlapping outputs in statsd module (#7349)
Disable the jar task for micrometer-registry-statsd since shadowJar
uses archiveClassifier='', producing the same output path and causing
overlapping output cache invalidation.
Also add missing Build-Timezone and Build-Url to MANIFEST.MF
normalization to prevent cache misses across environments.
Signed-off-by: Gasper Kojek <[email protected]>1 parent 1010433 commit 84faaa6
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments