How do you make a jar out of a `java_library` or a...
# general
m
How do you make a jar out of a
java_library
or a
scala_library
target? i thought this was possible with
./pants binary
but it's not creating anything in dist- do the targets have to be
jvm_binary
?