mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Update comment wording
This commit is contained in:
parent
a777c35f12
commit
8fd3868fc5
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export class CorrettoDistribution extends JavaBase {
|
|||
}
|
||||
|
||||
private convertVersionToSemver(version: string) {
|
||||
// corretto uses 5 digit semver-like notation e.g. 17.0.6.10.1
|
||||
// corretto uses semver-like notation e.g. 17.0.6.10.1
|
||||
const versionArray = version.split('.');
|
||||
const mainVersion = versionArray.slice(0, 3).join('.');
|
||||
if (versionArray.length > 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue