Gradle Command Line: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
Also see: {{Internal|Gradle Logging#Output_Configuration|Gradle Logging}}
Also see: {{Internal|Gradle Logging#Output_Configuration|Gradle Logging}}
==-P<property-name>=<property-value> Project Properties==
==-P<property-name>=<property-value> Project Properties==
See: {{Gradle_Project_Coordinates,_State_and_Configured_Properties#-P_Command-Line_Options|Gradle Project Coordinates, State and Configured Properties}}
See: {{Internal|Gradle_Project_Coordinates,_State_and_Configured_Properties#-P_Command-Line_Options|Gradle Project Coordinates, State and Configured Properties}}

Revision as of 06:16, 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

-P<property-name>=<property-value> Project Properties

See:

Gradle Project Coordinates, State and Configured Properties