0 votes
in Gradle by (6.0k points)

How do you create build scan in Gradle?

1 Answer

0 votes
by (23.1k points)

With the help of build scan one can develop key insights into what happened during a build, and why it happened. It is more like troubleshooting a failed build with the help of a log file. In order to create a build scan, one needs to run the command "gradle build --scan", and can check the output from scan.gradle.com.

Related questions

...