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

jcenter URL is now https #95

Closed
canonicalchris opened this issue Mar 11, 2020 · 3 comments
Closed

jcenter URL is now https #95

canonicalchris opened this issue Mar 11, 2020 · 3 comments

Comments

@canonicalchris
Copy link

Hi, Since January 2020, the bintray specification needs an HTTPS URL, not an HTTP URL, as your Maven example specifies.
<repositories> <repository> <id>central</id> <name>bintray</name> <url>https://jcenter.bintray.com</url> </repository> </repositories>
Hope that helps :)

@SerCeMan
Copy link
Owner

Hey, @canonicalchris! Thanks. I can fix it, or do you want to raise a PR?

@canonicalchris
Copy link
Author

PR is pull-request?

@SerCeMan
Copy link
Owner

Yep, a pull request :)

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