I’m trying to upload my Library project to jCenter. when I run gradlew install I’m getting the error:
gradlew install
Execution failed for task \':myLibr
In our case, the problem was that we had to remove .gitignore files. They were listed in the file javadoc.options. After that, the task finished successfully.