Is it possible to publish a private SDK to jCenter? I already set up everything and the upload to bintray works fine, however I want to publish the .aar library but not the java docs and the java source.
I've seen some libraries upload an empty javadoc.jar and sources.jar, how do I achieve this with gradle?