Skip to content

Conversation

@Hamlin-Li
Copy link

Hi,

( I'm new to sbt-extras, please kindly let me know if I need to follow some process for this pr. )
Can you have a look at this minor patch? This is to bring mior improvement to the sbt script: Enable support for internal jdk.
Please check details in #378

Thanks!

sbt Outdated
# Fixes https://github.com/dwijnand/sbt-extras/issues/326
elif [[ "$str" =~ ^([0-9]+)(\..*)?(-ea)?$ ]]; then
# Fixes https://github.com/dwijnand/sbt-extras/issues/378
elif [[ "$str" =~ ^([0-9]+)(\..*)?-(ea|internal)?$ ]]; then
Copy link

Choose a reason for hiding this comment

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

shouldn't this be ^([0-9]+)(\..*)?(-ea|-internal)?$?

Copy link
Author

Choose a reason for hiding this comment

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

Good catch!

@luben
Copy link

luben commented Oct 23, 2023

LGTM

@Hamlin-Li
Copy link
Author

Hi, How can I get this merged?

@mio-19
Copy link

mio-19 commented Apr 12, 2025

I also encountered this issue

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.

3 participants