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)
tools.deps does not yet support relocations
For context: https://clojurians.slack.com/archives/C03S1KBA2/p1648478042026599
Howdy @borkdude! This was discussed a bit here: https://github.com/clojars/clojars-web/issues/801, but stalled due to tooling issues.
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