This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-14
Channels
- # atom-editor (5)
- # babashka (6)
- # beginners (29)
- # calva (16)
- # cider (1)
- # clj-kondo (20)
- # cljs-dev (44)
- # clojure (29)
- # clojure-europe (19)
- # clojure-nl (8)
- # clojure-norway (7)
- # clojure-spec (2)
- # clojure-sweden (1)
- # clojure-uk (56)
- # clojurescript (32)
- # code-reviews (30)
- # conjure (24)
- # cursive (49)
- # datomic (4)
- # fulcro (31)
- # helix (3)
- # instaparse (4)
- # kaocha (100)
- # lambdaisland (2)
- # mid-cities-meetup (1)
- # monads (1)
- # off-topic (42)
- # pathom (13)
- # pedestal (6)
- # portal (5)
- # re-frame (6)
- # reagent (9)
- # reitit (11)
- # remote-jobs (1)
- # rewrite-clj (11)
- # shadow-cljs (44)
- # sql (22)
- # tools-deps (13)
- # uncomplicate (1)
- # xtdb (15)
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>
it is a bug
has been fixed in a subsequent prerelease but not yet in a stable one
ah ok. cool, thanks!
it's fixed as of 1.10.1.590 (latest prerelease is 1.10.1.645)
or you could fall back to older stable
Which prerelease introduced the bug where it overwrote the groupId
? (since fixed)
exactly what I was wondering 🙂
I think it was 1.10.1.590
which was fixed in 1.10.1.636
it is hard to keep track of all these across the two repos
but I would say if you're going to use any prerelease, I would use the latest
I have 3 or 4 pending things to get into clj and then I'm hoping to get to another stable release