Gradle Command Line: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==-P<property-name>=<property-value> Project Properties== | ==-P<property-name>=<property-value> Project Properties== | ||
See: {{Internal|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}} | ||
==-D<property-name>=<property-value> System Properties== | |||
See: {{Internal|Gradle System Properties#Overview|Gradle System Properties}} |
Revision as of 06:48, 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:
-i,--info
Also see:
-d,--debug
Also see:
-P<property-name>=<property-value> Project Properties
See:
-D<property-name>=<property-value> System Properties
See: