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.
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.