I'm using com.github.dcendents:android-maven-gradle-plugin to generate a POM file and then upload it to Bintray. Though when I run ./gradlew install, the script invokes Maven's install command, and FAILS on generating JavaDoc. I've already searched everywhere to find how to disable javadoc errors, but there is always one more issue I cannot solve.
Tested: 'failOnError false', disabling javadoc task (wasn't allowed), adding various parameters to install task for POM generation, tried different flags on the CLI, etc.
I've used this tutorial.