Gradle Command Line: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Gradle_Operations#Command_Line|Gradle Operations]] | * [[Gradle_Operations#Command_Line|Gradle Operations]] | ||
* [[ | * [[Gradle Properties - Runtime and Project Configuration#Overview|Gradle Properties - Runtime and Project Configuration]] | ||
=Overview= | =Overview= |
Revision as of 22:07, 13 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: