SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jcenter URL is now https

canonicalchris opened this issue · comments

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 :)

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

PR is pull-request?

Yep, a pull request :)