Fork me on GitHub
#clojars
<
2022-03-29
>
borkdude10:03:05

Hi! I wondered if clojars supports relocation as described here: https://maven.apache.org/guides/mini/guide-relocation.html# And if lein / tools.build will behave correctly when moving a library from one org to another and resolving conflicts between the two (newest version, etc)

Alex Miller (Clojure team)11:03:45

tools.deps does not yet support relocations

tcrawley11:03:08

Howdy @U04V15CAJ! This was discussed a bit here: https://github.com/clojars/clojars-web/issues/801, but stalled due to tooling issues.

borkdude11:03:16

ok, thanks for letting me know that this isn't supported yet, so I'll likely go with the workaround described in the context link