Skip to content

Fix PAT_JAVA_VERSION Regex#136

Open
sstadick wants to merge 1 commit intopuniverse:masterfrom
sstadick:patch-1
Open

Fix PAT_JAVA_VERSION Regex#136
sstadick wants to merge 1 commit intopuniverse:masterfrom
sstadick:patch-1

Conversation

@sstadick
Copy link
Copy Markdown

The current regex fails to parse 11.0.9.1-internal due to the .1 "update" group. This version is coming from openjdk conda forge. See here for more details.

This change allows for _<update> or .<update> in the version string.

The current regex fails to parse `11.0.9.1-internal` due to the `.1` "update" group. This version is coming from openjdk conda forge. See [here](nextflow-io/nextflow#953 (comment)) for more details.

This change allows for `_<update>` or `.<update>` in the version string.
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.

1 participant