Skip to content

Commit

Permalink
update readme dv 2024-2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap authored Sep 3, 2024
1 parent dd86df0 commit b14c067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,17 @@ apply plugin: "io.github.cdsap.gradleprocess"
```
## Output
### Build Scans
If you are using Gradle Enterprise, the information about the Gradle processes will be included as custom value in the
If you are using Develocity, the information about the Gradle processes will be included as custom value in the
Build Scan:

![](images/buildscan.png)

The field `Usage` represents the value obtained at the end of the build using `jstat` on the JVM process.

> [!NOTE]
Develocity 2024.2 provides new resource usage endpoints with detailed information about the different build and child processes during the execution:
https://docs.gradle.com/develocity/api-manual/ref/2024.2.html#tag/Builds/operation/GetGradleResourceUsage

### Build Output
If you are not using Gradle Enterprise, the information about the Gradle processes will be included at the end of the build:
```
Expand Down

0 comments on commit b14c067

Please sign in to comment.