No Clean before GeneratePackageVersions#8752
Conversation
this is the only step that depended on Clean. Since the rebuild is also in the dependencies, this was only causing future commands to be slower than needed.
BenchmarksBenchmark execution time: 2026-06-04 16:19:37 Comparing candidate commit 5b31c4d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
this is the only step that depended on Clean.
Since the rebuild is also in the dependencies, this was only causing future commands to be slower than needed.
Summary of changes
Reason for change
Implementation details
Test coverage
Other details