You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respond to depstar being deprecated in favour of tools.build.
Our new build.clj is responsible for:
- building jar
- local m2 repo installs (switched from deps-deploy to tools.build)
- deploys to clojars (still using deps-deploy, no equivalent in tools.build yet)
- generating artifact version
- returning last built artifact version
Our pom.xml has become anemic and now acts as a template to tools.build
when building pom.xml for artifacts.
Because our git commited pom.xml no longer contains deps, I no longer
have to suppress antq reporting on Clojure 1.9.0 being outdated in
pom.xml from our bb outdated task.
We had already been using a version suffix of canary for local install
of rewrite-clj created and used by test-libs bb task.
We now use a version suffix of cljdoc-preview for cljdoc-preview
bb task for locally installed rewrite-clj.
These suffixes are good signals for me to recognize the source of
these rewrite-clj test versions in my m2 repo.
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description>
5
+
<description>Rewrite Clojure code and edn2</description>
0 commit comments