Fork me on GitHub
#tools-deps
<
2021-10-01
>
FiVo09:10:47

Simple question. What do I need to pass to tools.build jar or uber as main class symbol. I just have

(ns scratch
  (:gen-class))

(defn -main [& args]
  (println "Hello from Clojure!!! " args))
I tried 'scratch/-main but that doesn't seem to work.

borkdude09:10:19

@finn.volkel Just the namespace