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