Skip to content

mpredli01/count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing Gradle Build Scans

InfoQ Java Queue

published December 23, 2016

This example application demonstrates the new Gradle Cloud Service, Build Scans.

The application can be built and run with Gradle 3.0 by executing one of the following commands:

gradle compileJava && gradle build -Dscan gradle compileJava && gradle test -Dscan

The resulting build scan will be demonstrate a successful build. Change the test in TestCountApp.java, re-execute one of the commands above, and the resulting build scan will demonstrate a failed build.

Please don't hesitate to contact me at mike@redlich.net for any questions.

About

A repository containing JUnit tests for the Count application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages