tools-build

FiVo 2022-02-14T16:49:33.312119Z

There is currently no way to mix in other jvm languages (groovy in my case) with tools.build, right?

Alex Miller (Clojure team) 2022-02-14T16:56:38.055159Z

tools.build just has functions. you can add functions to do whatever you like. there's support in the process task for shelling out

Alex Miller (Clojure team) 2022-02-14T16:57:27.069559Z

nothing explicit for groovy, but shell out to groovyc using a classpath you pull from the basis, etc

👍 2