Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corretto toolcache folder name fix #26

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

IvanZosimov
Copy link

@IvanZosimov IvanZosimov commented Apr 6, 2023

Description:
Similarly to Zulu, Corretto uses semver-like notation for tagging it's versions instead of real semver, e.g. 12.0.6.3.10. Because of this fact, action couldn't find preinstalled version of the Corretto JDK in the toolcache. In scope of this PR the internal interpretation of the Corretto version notation is changed like that (12.0.6.3.10 -> 12.0.6+3.10) to be able to use the node-semver package.

Related issue:
#474

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Copy link

@marko-zivic-93 marko-zivic-93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants