Closed mpenet closed 2 years ago
This makes it so that pom file path resolutions abides by tools.deps notion of relative path at runtime. If the path specified is absolute nothing changes, if it's relative it will be to the https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/util/dir.clj#L19 value.
That makes it possible to use deps-deploy with tasks that will alter that value at runtime (like say in a "multimodule" tool).
... + some linting (removing dead imports, whitespace, etc)
Thanks!
Thanks for the quick turnaround :)
This makes it so that pom file path resolutions abides by tools.deps notion of relative path at runtime. If the path specified is absolute nothing changes, if it's relative it will be to the https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/util/dir.clj#L19 value.
That makes it possible to use deps-deploy with tasks that will alter that value at runtime (like say in a "multimodule" tool).
... + some linting (removing dead imports, whitespace, etc)