Skip to content

Commit

Permalink
Update README to describe use of toolchainVersion project property
Browse files Browse the repository at this point in the history
See gh-22
  • Loading branch information
wilkinsona committed Apr 14, 2021
1 parent 9d96b1a commit 65e0881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When applied as a settings plugin (Gradle 6) or a project plugin (Gradle 5) alon
The build scans will be customized to:

- Add tags:
- `JDK-<version>`, where `<version>` is the specification version of the JDK running the build.
- `JDK-<version>`, where `<version>` is the value of the `toolchainVersion` project property or, when not set, the specification version of the JDK running the build.
- `CI` or `Local` depending on where the build is executing.
- `dirty` if the git working copy is dirty.
- Name of the git branch being built.
Expand Down

0 comments on commit 65e0881

Please sign in to comment.