This is an example project that you can use to experience the [Build Scan® service of Develocity][gradle.com].
It is a small Scala project that has the [Develocity sbt plugin][manual] already applied.
sbt is expected to be installed. Please, follow installing sbt for instructions.
Follow these simple steps to create and publish a Build Scan® on [scans.gradle.com][scans.gradle.com].
- Clone this project
- Run
sbt test - Agree to the [Terms of Use][terms-of-use] on the command line
The build should end with something similar to:
Publishing build scan...
https://gradle.com/s/ria2s2x5oaazq
Follow the link shown at the end of the build to view your Build Scan® on [scans.gradle.com][scans.gradle.com].
Create different kinds of build scans by locally modifying this quickstart project. Here are some ideas:
- Edit
src/main/scala/example/Example.scalato introduce compile errors - Edit
src/test/scala/example/ExampleTest.scalato introduce test failures
Alternatively, enable one of your own sbt builds to produce build scans by following the step-by-step instructions.
Read the [Develocity sbt plugin User Manual][manual] to learn more about the Build Scan® service of Develocity and the Develocity sbt plugin.
Talk to us on the [Gradle forum][gradle-forum].