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

Fetch Maven artifacts in 0.2.0 via secure URLs #8

Closed
vmax opened this issue Jan 16, 2020 · 1 comment
Closed

Fetch Maven artifacts in 0.2.0 via secure URLs #8

vmax opened this issue Jan 16, 2020 · 1 comment

Comments

@vmax
Copy link
Contributor

vmax commented Jan 16, 2020

Recently Maven Central started enforcing HTTPS when downloading artifacts (ref)

We've fixed the URLs as per their suggestion in our fork: https://github.com/graknlabs/rules_antlr/tree/0.2.1

@marcohu would it be possible for you to release 0.2.1 which contains updated URLs? Unfortunately, upgrading to 0.4.0 for us is not an option because we're using Java 8 and it contains code that is only compatible with Java 11 (such as String::isBlank)

@marcohu
Copy link
Owner

marcohu commented Jan 17, 2020

The real issue is the unwanted Java 11 dependency. It has been fixed in the dev branch. I will cut a new release when support for 4.8 and 4.7.3 has been added, but I won't touch the old code.

Thanks for bringing the issue to my attention.

phlax pushed a commit to phlax/rules_antlr that referenced this issue Oct 28, 2021
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

No branches or pull requests

2 participants