Document os/platform name templates

This commit is contained in:
Andres Almiray
2021-05-01 00:54:37 +02:00
parent bac9820408
commit 57c78a0bc6

View File

@@ -278,6 +278,19 @@ jreleaser {
----
====
== Platform
The following names are related to detected OS/Platform settings
[%header, cols="<2,<5", width="100%"]
|===
| Key | Description
| osName | value of System.getProperty("os.name")
| osArch | value of System.getProperty("os.arch")
| osPlatform | combination of `${osName}-${osArch}`
| osVersion | value of System.getProperty("os.version")
|===
== Release
The following names are related to xref:configuration:release/index.adoc[]