stempler / bnd-platform

Build OSGi bundles and Eclipse Update Sites from existing JARs, e.g. from Maven repositories (Plugin for Gradle)
Apache License 2.0
80 stars 30 forks source link

Make use of http instead of https #56

Closed SimonScholz closed 6 years ago

SimonScholz commented 6 years ago

It seems that bintray has problems with the ssl certificates and for our purposes we do not need ssl here.

Change-Id: Ibe175cbfb1840fd616ef2f3dd551309d3096a093 Signed-off-by: Simon Scholz simon.scholz@vogella.com

SimonScholz commented 6 years ago

This PR would also fix https://github.com/stempler/bnd-platform/issues/54

SimonScholz commented 6 years ago

I tried to fix the build with https://github.com/stempler/bnd-platform/pull/57, but it circle ci seems to be broken. Building it locally works just fine. Can you please merge this PR even though Circle CI complains?