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
[ERROR] Failed to execute goal on project ...: Failed to collect dependencies at io.intercom:intercom-java:jar:2.8.1: Failed to read artifact descriptor for io.intercom:intercom-java:jar:2.8.1: Could not transfer artifact io.intercom:intercom-java:pom:2.8.1 from/to jcenter (http://jcenter.bintray.com): Access denied to: http://jcenter.bintray.com/io/intercom/intercom-java/2.8.1/intercom-java-2.8.1.pom , ReasonPhrase:Forbidden. -> [Help 1]
Apparently the bintray repo dependency needs to use https, not http as currently documented in the README.
Version info
Expected behavior
Maven build with bintray dependency as declared in the README should work.
Actual behavior
http://jcenter.bintray.com url produces maven error:
Changing http://jcenter.bintray.com to https://jcenter.bintray.com yields success.
Steps to reproduce
The text was updated successfully, but these errors were encountered: