![JAR search and dependency download from the Maven repository](/logo.png)
templates.buildReport.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-cli Show documentation
Show all versions of quarkus-cli Show documentation
Quarkus command line utility
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