dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 488 forks source link

Update sbt-launch.jar to 1.3.7 #457

Closed remyjette closed 4 years ago

remyjette commented 4 years ago

Downloaded from https://dl.bintray.com/sbt/maven-releases/org/scala-sbt/sbt-launch/1.3.7/sbt-launch.jar

The existing version of sbt-launch.jar attempts to talk to Maven via HTTP rather than HTTPS, which is no longer supported. Updating to the latest sbt-launch.jar fixes the issue.

remyjette commented 4 years ago

So turns out the issue was because I was running sbt-launch.jar assembly directly rather than the sbt script, as I was testing this on a Windows machine, but I wasn't previously passing the java.security.poilicy and sbt.repository.config args. Adding those fixed it, so I'll leave it up to you folks if you want to take this and update sbt-launch.jar anyway, or just close this PR without merging and leave things as-is.