-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Leiningen is moving off Github; the latest 2.12.0 release is the last one that will be tagged on Github. Future releases will only be pushed to Codeberg.
Someone mentioned that this repo has a hard-coded github URL in it, so that will have to change.
However, I am reluctant to have a swarm of CI downloads start pulling uberjars from Codeberg, as it is a community run site and the uberjars are relatively large. Since the work you're doing in setup-clojure is packaging work, it would probably be better if you used bin/lein-pkg as a base instead of using the self-install functionality of the regular bin/lein script, which is meant for developers to use for manual installs on their laptops.
While I will no longer be pushing git commits to the Leiningen github repository, I could keep it around as a mirror for the uberjar downloads; perhaps we could have CI runs pull from there to avoid using self-install. What do you think?