tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
2021-05-13T13:53:46.139900Z

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

jimmy 2021-05-13T18:41:05.141200Z

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.

alexmiller 2021-05-13T19:21:41.141900Z

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

seancorfield 2021-05-13T19:24:15.142600Z

@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.

seancorfield 2021-05-13T19:24:56.143100Z

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

jimmy 2021-05-13T19:29:53.143700Z

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

1