Fork me on GitHub
#tools-build
<
2022-11-27
>
fabrao13:11:27

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?

borkdude15:11:06

@fabrao Could it be related to what you have in :paths in your basis / deps.edn?

fabrao16:11:38

@borkdude that is the problem, I did not update my deps.edn.

:paths ["src" "resources"]

fabrao16:11:03

only update the version of some libs

fabrao16:11:18

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"}

fabrao16:11:21

I don't know why it will intefere in building process like this

Apple16:11:42

how about shadow 2.20.10?

fabrao16:11:24

Well, I'm going to try so ...

fabrao16:11:22

@UP82LQR9N It worked with 2.20.10, so is 2.20.12 the problem?