-
-
Notifications
You must be signed in to change notification settings - Fork 112
Description
This change will allow us to move away from having two repos, with the cloudfiles-based CDN-fronted repo becoming the sole repo.
Users using a modern version of lein (2.8.0 or newer), boot
(2.7.0 or newer), or tools.deps.alpha (0.5.425 or newer), are
already using the cdn-fronted repository, and should see no issues
with dependency resolution or deployment.
The cdn-fronted repository uses some TLS features that aren't
supported by older java versions by default. Users using an older
version of Java (pre-Java 8) may be using older build tools or
have configured newer versions of the tools to point to the on-disk
repository to avoid this. With this change, they may no longer be able
to resolve dependencies.
If this change affects you, please comment below.
See https://groups.google.com/d/msg/clojure/ZXBOQD5Ubbc/D4ktv8aFCQAJ for more context.