Is it possible to publish a private SDK in jCenter? I already configured everything and loading in bintray works fine, however I want to publish the .aar library, but not java documents and java source.
I saw some libraries load empty javadoc.jar and sources.jar, how can I achieve this with gradle?
source share