Skip to content

Commit 127b270

Browse files
committed
Use backticks consistently
1 parent d514398 commit 127b270

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

components/scripts/gradle/01-validate-incremental-building.sh

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -299,47 +299,20 @@ EOF
299299
wait_for_enter
300300
}
301301

302-
explain_and_print_summary() {
303-
read_build_scan_metadata
304-
local text
305-
IFS='' read -r -d '' text <<EOF
306-
The 'Summary' section below captures the configuration of the experiment and the
307-
two build scans that were published as part of running the experiment. The build
308-
scan of the second build is particularly interesting since this is where you can
309-
inspect what tasks were not leveraging Gradle’s incremental build functionality.
310-
311-
The 'Investigation Quick Links' section below allows quick navigation to the
312-
most relevant views in build scans to investigate what tasks were uptodate and
313-
what tasks executed in the second build, which of those tasks had the biggest
314-
impact on build performance, and what caused those tasks to not be uptodate.
315-
316-
$(explain_performance_characteristics)
317-
318-
$(explain_command_to_repeat_experiment)
319-
320-
$(print_summary)
321-
322-
$(print_command_to_repeat_experiment)
323-
324-
$(explain_when_to_rerun_experiment)
325-
EOF
326-
print_wizard_text "${text}"
327-
}
328-
329302
explain_and_print_summary() {
330303
read_build_scan_metadata
331304
local text
332305
if [[ "${build_scan_publishing_mode}" == "on" ]]; then
333306
IFS='' read -r -d '' text <<EOF
334-
The 'Summary' section below captures the configuration of the experiment and
307+
The Summary section below captures the configuration of the experiment and
335308
the two build scans that were published as part of running the experiment. The
336309
build scan of the second build is particularly interesting since this is where
337310
you can inspect what tasks were not leveraging Gradle’s incremental build
338311
functionality.
339312
340313
$(explain_performance_characteristics)
341314
342-
The 'Investigation Quick Links' section below allows quick navigation to the
315+
The Investigation Quick Links section below allows quick navigation to the
343316
most relevant views in build scans to investigate what tasks were up-to-date
344317
and what tasks executed in the second build, which of those tasks had the
345318
biggest impact on build performance, and what caused those tasks to not be

0 commit comments

Comments
 (0)