commands.sh

gradle clean

all

Delete the build directory and all generated files.

More info →

Options (1)

-i, --infoboolean

Clean with more detailed logging

Example: gradle clean {{[-i|--info]}}

Examples (4)

Clean the build directory

Clean and then build the project

Clean a specific subproject in a multi-project build

gradle :subproject:clean

Clean with more detailed logging

gradle clean [-i|--info]
made by @shridhargupta | data from tldr-pages