
templates.buildReport.html Maven / Gradle / Ivy
Quarkus Build Report - {buildTarget}
Quarkus Build Report - {buildTarget}
Build Steps
Executed {records.size} build steps on {threads.size} threads in
{duration} ms.
#
Build Step
Started
Duration
Thread
{#for record in records}
{record_count}
{record.stepId}
{record.started}
{#if record.duration < 1} < 1ms {#else} {record.duration} ms {/if}
{record.thread}
{/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}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy