Hi twitterfolk, I have a question about publishin...
# general
a
Hi twitterfolk, I have a question about publishing jars. I have several 'java_library' targets that have no sources. publishing hits them and first complains they have no
provides=artifact(...)
but if I provide that, it fails because there is no source. Should I just change these to
target()
or is there some other way to get publish to ignore a java_library() ?