Skip to content

Enable support for internal jdk - #379

Open
Hamlin-Li wants to merge 2 commits into
dwijnand:masterfrom
Hamlin-Li:enable-support-internal-jdk
Open

Enable support for internal jdk#379
Hamlin-Li wants to merge 2 commits into
dwijnand:masterfrom
Hamlin-Li:enable-support-internal-jdk

Conversation

@Hamlin-Li

Copy link
Copy Markdown

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!

Comment thread 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
Copy Markdown

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
Copy Markdown
Author

Choose a reason for hiding this comment

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

Good catch!

@luben

luben commented Oct 23, 2023

Copy link
Copy Markdown

LGTM

@Hamlin-Li

Copy link
Copy Markdown
Author

Hi, How can I get this merged?

@mio-19

mio-19 commented Apr 12, 2025

Copy link
Copy Markdown

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