mirror of
https://github.com/actions/setup-java.git
synced 2025-08-24 06:15:06 +00:00
doc format update
This commit is contained in:
parent
250752c67e
commit
8fa56abf6f
@ -617,7 +617,8 @@ versions with specified distribution: openjdk64-11.0.2
|
|||||||
LTS versions : temurin-21.0.5+11.0.LTS
|
LTS versions : temurin-21.0.5+11.0.LTS
|
||||||
```
|
```
|
||||||
If the file contains multiple versions, only the first one will be recognized.
|
If the file contains multiple versions, only the first one will be recognized.
|
||||||
***NOTE:
|
|
||||||
|
***NOTE***:
|
||||||
In some complex version strings containing multiple version-like segments (e.g., java semeru-openj9-11.0.15+10_openj9-0.32.0),
|
In some complex version strings containing multiple version-like segments (e.g., java semeru-openj9-11.0.15+10_openj9-0.32.0),
|
||||||
the regular expression may extract the last version segment (0.32.0) instead of the intended main version (11.0.15+10).
|
the regular expression may extract the last version segment (0.32.0) instead of the intended main version (11.0.15+10).
|
||||||
Additionally, Recommended to use supported standard semantic versioning (semver) formats
|
Additionally, Recommended to use supported standard semantic versioning (semver) formats
|
||||||
|
Loading…
Reference in New Issue
Block a user