On this page you find all important commands for the CLI tool gradle. If the
command you are looking for is missing please ask our AI.
gradle
Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL. Read about Gradle features to learn what is possible with 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