Gradle team has come up with Gradle Cloud Services with version 3.0 of the Gradle build tool. The new  services “improve build automation and  with new capabilities to the Gradle build tool improves productive.”  The build support on Cloud services for scan is first of its kind.

Benefits:

  • Centralized Build and helps build tracked at one place.
  • It helps the big Software players with Gradle build to keep track and have detailed drill down of issues
  •  It provides clear picture exactly the list of builds happening, helping you identify problems with the build environment, dependencies, performance, and more.

Initiate a build scan, add the command-line switch, -Dscan, to the build command for the project:

$ gradle build -Dscan

After a simple activation process, build information for the project can be viewed online and shared with other developers via permanent links. This allows developers to collaborate and fix issues faster and evaluate build performance.

Source : https://gradle.com/scans/get-started

Leave a comment

Trending