
gradle
List of commands for gradle:
-
gradle:tldr:0014e gradle: Compile a package.$ gradle buildtry on your machineexplain this command
-
gradle:tldr:015ef gradle: List the main tasks.$ gradle taskstry on your machineexplain this command
-
gradle:tldr:08fbf gradle: Build an Android Package (APK) in release mode.$ gradle assembleReleasetry on your machineexplain this command
-
gradle:tldr:8c48a gradle: Exclude test task.$ gradle build -x ${test}try on your machineexplain this command
-
gradle:tldr:a9739 gradle: Clear the build directory.$ gradle cleantry on your machineexplain this command
-
gradle:tldr:dda0f gradle: Run in offline mode to prevent Gradle from accessing the network during builds.$ gradle build --offlinetry on your machineexplain this command