You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: