Executed {records.size} build steps on {threads.size} threads in {duration} ms.
| # | Build Step | Started | Duration | Thread |
|---|---|---|---|---|
| {record_count} | {record.stepId} | {record.started} | {#if record.duration < 1} < 1ms {#else} {record.duration} ms {/if} | {record.thread} | {/for}
Produced {buildItemsCount} build items of {buildItems.size} types.
| # | Build Item Class | Count |
|---|---|---|
| {buildItem_count} | {buildItem.clazz} | {buildItem.count} | {/for}