Skip to content

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
  • $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
...
...