Gradle - Build Scan

About

A build scan is a rich, web-based view of a build

Execution

You create a build scan at scans.gradle.com (free of charge) with the following info

  • at the command line
gradle --scan
# example
./gradlew zip --scan
  • applying the build scan plugin

Documentation





Discover More
Gradle - Build

A build is a lifecyle task that executes a graph of task Gradle executes build scripts in three fixed phases: Initialization: Sets up the environment for the build and determine which projects will...
Gradle - Configuration (Phase and element)

The configuration phase is the second fixed phase of a build execution It constructs and configures the task graph for the build and then determines which tasks need to run and in which order, based on...



Share this page:
Follow us:
Task Runner