Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Running a Gradle Build

Header Image

  1. Understanding Gradle build lifecycle
    • This article provides an overview of the Gradle build lifecycle, including its four phases (initialization, configuration, execution, and finalization) and the order in which they are executed.
  2. Running basic Gradle tasks
    • This article covers how to run basic Gradle tasks, specifically building the project and running tests, with a pirate-themed approach that incorporates humor and storytelling elements while maintaining a focus on instructive and informative content.
  3. Building and running tests
    • This article covers the configuration of test tasks and generation of test reports in Gradle for automated testing and visualization of results.
  4. Running a build from the command line
    • This article covers the basics of running a Gradle build from the command line, including how to run basic Gradle commands and how to pass arguments to the build.

Table of contents