You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or I have a deps.edn that depends on a project with this dependency either via a mvn/clojars or via a git dep with :deps/manifest :deps I get an error like
Could not find artifact com.google.inject:guice$no_aop:jar:4.0 in central (https://repo1.maven.org/maven2/)
Could not find artifact com.google.inject:guice$no_aop:jar:4.0 in clojars (https://repo.clojars.org/)
I have tried downloading and installing these jars (from google) into my repo but the naming seems to be broken in some way.
Hi, thanks - on my simple example above the upgrade has fixed the problem. Will try it out on more complex deps in the next couple of hours. Thanks again.
I really hope I haven't made a stupid error, if so sorry.
It seems that if I have a deps.edn with
or I have a deps.edn that depends on a project with this dependency either via a mvn/clojars or via a git dep with :deps/manifest :deps I get an error like
I have tried downloading and installing these jars (from google) into my repo but the naming seems to be broken in some way.
To recreate
Simple project.clj
deps.edn
move ~/.m2/repository somewhere safe
move ~/.gitlibs/libs somewhere safe
then
lien deps
Java 8 OR java 11 openJDK
lein Leiningen 2.9.1 on Java 1.8.0_144 Java HotSpot(TM) 64-Bit Server VM
Leiningen 2.9.1 on Java 11.0.2 OpenJDK 64-Bit Server VM
macos 10.12.5
The text was updated successfully, but these errors were encountered: