SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
363 stars 86 forks source link

jcenter URL is now https #95

Closed canonicalchris closed 4 years ago

canonicalchris commented 4 years ago

Hi, Since January 2020, the bintray specification needs an HTTPS URL, not an HTTP URL, as your Maven example specifies. `

central bintray https://jcenter.bintray.com
</repositories>

` Hope that helps :)

SerCeMan commented 4 years ago

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

canonicalchris commented 4 years ago

PR is pull-request?

SerCeMan commented 4 years ago

Yep, a pull request :)