gradle Verified current stable Not installed? Build Tools

Gradle / Build Project Detailed Logging

Build Project Detailed Logging

Gradle command syntax to build project detailed logging. Copyable examples, output expectations, and common mistakes.

$
Terminal
gradle build -i

Command Breakdown

What each part is doing

gradle
Base Command
The executable that performs this operation. Here it runs Gradle before the shell applies any redirect operators.
-i
i| info
The value supplied for i| info.
-i
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative build tools tools for the same job.