
HomeSetup Developer Handbook¶
Developer-Tools
Table of contents¶
- Standard Tools
- Aliases Related
- Built-ins
- CLI Terminal Tools
- Command Tool
- Directory Related
- File Related
- Network Related
- Paths Tool
- Profile Related
- Search Related
- Security Related
- Shell Utilities
- System Utilities
- Taylor Tool
- Text Utilities
- TOML Utilities
- Toolchecks
- Development Tools
- Gradle
- Docker
-
Git¶
Gradle functions¶
__hhs_gradle¶
usage: __hhs_gradle [gradle_args]
Purpose¶
Prefer using the wrapper instead of the installed command itself.
Returns¶
0 if the command executed successfully; non-zero otherwise.
Parameters¶
- $1..$N Optional : The gradle arguments to call.
Examples:¶
__hhs_gradle clean
./gradlew clean
Starting a Gradle Daemon (subsequent builds will be faster)
<-------------> 0% CONFIGURING [1s]
> root project
...
...