heroku / heroku-buildpack-clojure

Heroku's buildpack for Clojure applications.
MIT License
1 stars 1 forks source link

Fix CI setup [changelog skip] #80

Closed Malax closed 4 years ago

Malax commented 4 years ago

Allows CI to properly pass again.

Removes -c option for testrunner, disabling support for magic-curl which breaks on more modern systems.

Also, certain Leiningen versions still use HTTP to access Maven Central and Clojars which is no longer supported. Test projects now explicitly override the default repositories with their HTTPS counterparts.