Gradle Command Line: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
logger.quiet "will be displayed even in quiet mode"
logger.quiet "will be displayed even in quiet mode"
</syntaxhighlight>
</syntaxhighlight>
Also see: {{Internal|Gradle Logging|Gradle Logging}}
Also see: {{Internal|Gradle Logging#Output_Configuration|Gradle Logging}}
==-i,--info==
==-i,--info==
Also see: {{Internal|Gradle Logging#Output_Configuration|Gradle Logging}}
==-d,--debug==
==-d,--debug==
Also see: {{Internal|Gradle Logging#Output_Configuration|Gradle Logging}}

Revision as of 02:46, 5 October 2020

Internal

Overview

Command Line Flags

--q,--quiet

Only warning and error category output is displayed. The logger "quiet" category can be accessed with:

logger.quiet "will be displayed even in quiet mode"

Also see:

Gradle Logging

-i,--info

Also see:

Gradle Logging

-d,--debug

Also see:

Gradle Logging