Fork me on GitHub
#tools-build2021-08-13
>
dorab18:08:57

I want build/write-file to not pr-str the :content. If I pass :content as a string, it then pr-strs the string, which is not what I want. The use case is that I want the file created by build/write-file to end in a newline. Is that possible?

Alex Miller (Clojure team)18:08:51

I logged as https://clojure.atlassian.net/browse/TBUILD-15 and I'm planning to look at some tools.build stuff later today

Alex Miller (Clojure team)22:08:02

io.github.clojure/tools.build {:git/tag "v0.1.8" :git/sha "38d2780"} is now available • write-file - TBUILD-15 - add :string option • write-pom - TBUILD-13 - add :scm options to write scm properties

seancorfield23:08:41

Very nice! Updated both HoneySQL and next.jdbc to use this and write scm > tag when building the JAR.