as_gradle_clean
Clean Android project build outputs by running gradle clean, deleting the build/ directory.
Instructions
Delete build outputs via 'gradle clean'. Only touches the build/ dir.
Args: params (GradleProjectInput): project_dir, timeout.
Returns: str: JSON with gradle status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |