View on GitHub

HomeSetup

HomeSetup simplifies terminal customization by offering seamless cloud integration for dotfiles, packages, and configurations, enhancing productivity and command line experiences without complex frameworks.

Download this project as a .zip file Download this project as a tar.gz file

HomeSetup Developer Handbook

Developer-Tools

Table of contents

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
Examples:

__hhs_gradle clean

./gradlew clean
Starting a Gradle Daemon (subsequent builds will be faster)
<-------------> 0% CONFIGURING [1s]
> root project
...
...