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

Sonarqube are using Revisions in their version number, and it breaks the downloader #33

Closed
Rincey opened this issue Apr 7, 2020 · 1 comment · Fixed by #34
Closed

Comments

@Rincey
Copy link

Rincey commented Apr 7, 2020

The downloader regex '\d+.\d+.?(\d+)?.zip' is expecting a version number in the style #.#.# but for the last two releases they have used a Revision number (#.#.#.# eg 8.2.0.32929).

I tweaked the regex for my install to '\d+(.\d+)*.zip' which seems to work for now, but I don't know if it robust to survive further combinations. You might want to double check my regex logic :)

@vanderby
Copy link
Owner

vanderby commented Apr 7, 2020

Thanks for pointing this out I'll take a look today.

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 a pull request may close this issue.

2 participants