This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-28
Channels
- # beginners (122)
- # boot (5)
- # cider (30)
- # clojure (16)
- # clojure-berlin (1)
- # clojure-dev (7)
- # clojure-spec (2)
- # clojure-uk (31)
- # clojurescript (3)
- # core-async (1)
- # cursive (5)
- # hoplon (38)
- # keechma (1)
- # leiningen (4)
- # off-topic (9)
- # onyx (2)
- # re-frame (32)
- # reagent (3)
- # reitit (11)
- # rum (1)
- # shadow-cljs (187)
- # spacemacs (3)
- # tools-deps (9)
- # uncomplicate (15)
- # vim (2)
hey guys, i'm trying to setup a circleci build using a graalvm container, when doing a lein clean I get the following error
+ lein clean
Downloading Leiningen to /root/.lein/self-installs/leiningen-2.8.1-standalone.jar now...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 618 0 618 0 0 3082 0 --:--:-- --:--:-- --:--:-- 3090
100 12.9M 100 12.9M 0 0 28.5M 0 --:--:-- --:--:-- --:--:-- 28.5M
Could not find artifact lein-sub:lein-sub:jar:0.3.0 in central ( )
Could not transfer artifact lein-sub:lein-sub:jar:0.3.0 from/to clojars ( ): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not transfer artifact lein-sub:lein-sub:pom:0.3.0 from/to clojars ( ): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.