Skip to content

Commit

Permalink
Update section about Gradle Enterprise in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored and runningcode committed Feb 15, 2023
1 parent 82f6b9a commit 5b1bc24
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,19 @@ A code coverage report can also be generated locally via the [Gradle Wrapper] by
executing `gradlew -PenableJaCoCo clean jacocoRootReport`. The results will be available
in `build/reports/jacoco/jacocoRootReport/html/index.html`.

## Gradle Build Scans and Build Caching
## Gradle Enterprise

[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.junit.org/scans)

JUnit 5 utilizes [Gradle Enterprise](https://gradle.com/) for _Build Scans_ and the
_Remote Build Cache_. An example build scan for JUnit 5 can be viewed
[here](https://ge.junit.org/s/2vwrn4rn67dky). Currently, only core team members can
publish build scans. The remote build cache, however, is enabled by default for everyone
so that local builds can reuse task outputs from previous CI builds.
JUnit 5 utilizes [Gradle Enterprise](https://gradle.com/) for _Build Scans_, _Build Cache_, and _Test Distribution_.

The latest Build Scans are available on [ge.junit.org](https://ge.junit.org/). Currently,
only core team members can publish Build Scans and use Test Distribution on that server.
You can, however, publish a Build Scan to [scans.gradle.com](https://scans.gradle.com/) by
using the `--scan` parameter explicitly.

The remote Build Cache is enabled by default for everyone so that local builds can reuse
task outputs from previous CI builds.

## Building from Source

Expand Down

0 comments on commit 5b1bc24

Please sign in to comment.