Is it intentional that uber's :main argument takes a symbol but doesn't change hyphens in a symbol into underscores?
Nope
Should definitely do that :)
I think you can also pass a string there too, on my phone
Thanks, I might use the string since I think that's more semantically correct than a symbol with an underscore.
At least until that gets fixed.
I will get that soon
tools.build v0.2.1 dd64636 • jar, uber - replace - with _ in main class names
Awesome, thanks!