Table of Contents

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

gradle --scan
# example
./gradlew zip --scan

Documentation