Fork me on GitHub
#tools-deps
<
2021-05-13
>
otfrom13:05:46

there, but for the grace of <insert deity here> go I

Jimmy Miller18:05:05

When running -X:deps mvn-pom is there a way to specify a version it should use? I tried a :version key on my deps.edn and that didn't seem to be picked up.

Alex Miller (Clojure team)19:05:41

not right now - you'll need to set it in the pom.xml either before (if syncing) or after (if gen'ing)

seancorfield19:05:15

@jimmy What are you using to build your JAR file? If you’re using depstar, it has an option to update version in the pom.xml file.

seancorfield19:05:56

(it can also generate a pom file, synchronize the deps, and update group ID and artifact ID)

Jimmy Miller19:05:53

I am using depstar. Just got that working. Thanks 🙂

3