We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aee1e commit d514398Copy full SHA for d514398
components/scripts/gradle/01-validate-incremental-building.sh
@@ -164,16 +164,14 @@ fetch_build_cache_metrics() {
164
165
# Overrides info.sh#print_performance_metrics
166
print_performance_metrics() {
167
- if [[ "$build_scan_publishing_mode" == "on" ]]; then
168
- print_performance_characteristics
169
- fi
+ print_performance_characteristics
170
}
171
172
# Overrides info.sh#print_performance_characteristics
173
print_performance_characteristics() {
174
- print_performance_characteristics_header
+ print_performance_characteristics_header
175
176
- print_realized_build_time_savings
+ print_realized_build_time_savings
177
178
179
print_quick_links() {
0 commit comments