Hello all. Four days ago it started to having this problem for build uberjar:
Execution error (IllegalArgumentException) at clojure.tools.build.tasks.uber/explode (uber.clj:152).
/ is not a relative path
What it means?@fabrao Could it be related to what you have in :paths in your basis / deps.edn?
@borkdude that is the problem, I did not update my deps.edn.
:paths ["src" "resources"]only update the version of some libs
to thheller/shadow-cljs {:mvn/version "2.20.12"} , to clj-test-containers/clj-test-containers {:mvn/version "0.7.4"} , to com.taoensso/timbre {:mvn/version "6.0.2"} , to ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
I don't know why it will intefere in building process like this
how about shadow 2.20.10?
Well, I'm going to try so ...
@zengxh It worked with 2.20.10, so is 2.20.12 the problem?