tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
cap10morgan 2020-08-14T18:32:34.182500Z

Is this a bug? When I update my pom.xml file with clojure -Spom using http://1.10.1.itit is nesting another <build> element under the existing one. So my diff looks like this:

<build>
-    <sourceDirectory>src</sourceDirectory>
+    <build>
+      <sourceDirectory>src</sourceDirectory>
+    </build>
   </build>

alexmiller 2020-08-14T18:33:39.182900Z

it is a bug

alexmiller 2020-08-14T18:33:55.183400Z

has been fixed in a subsequent prerelease but not yet in a stable one

cap10morgan 2020-08-14T18:34:05.183700Z

ah ok. cool, thanks!

alexmiller 2020-08-14T18:34:58.184100Z

it's fixed as of 1.10.1.590 (latest prerelease is 1.10.1.645)

alexmiller 2020-08-14T18:35:22.184400Z

or you could fall back to older stable

seancorfield 2020-08-14T18:35:47.184900Z

Which prerelease introduced the bug where it overwrote the groupId? (since fixed)

cap10morgan 2020-08-14T18:36:58.185Z

exactly what I was wondering 🙂

alexmiller 2020-08-14T18:37:02.185300Z

I think it was 1.10.1.590

alexmiller 2020-08-14T18:37:43.185700Z

which was fixed in 1.10.1.636

alexmiller 2020-08-14T18:37:57.186100Z

it is hard to keep track of all these across the two repos

alexmiller 2020-08-14T18:38:29.186500Z

but I would say if you're going to use any prerelease, I would use the latest

alexmiller 2020-08-14T18:40:07.187200Z

I have 3 or 4 pending things to get into clj and then I'm hoping to get to another stable release

👍 2