Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clojure tools.build now supports fully generating our `pom.xml` from edn. In my (now deleted) `pom.xml` I had: ``` <distributionManagement> <repository> <id>clojars</id> <name>Clojars repository</name> <url>https://clojars.org/repo</url> </repository> </distributionManagement> ``` I thought I needed this to be able to deploy to clojars, but maybe that is some throwback to deploying with `mvn`.
- Loading branch information