prevent Javadoc from failing gradle build

前端 未结 3 1504
耶瑟儿~
耶瑟儿~ 2021-01-02 14:23

I’m trying to upload my Library project to jCenter. when I run gradlew install I’m getting the error:

Execution failed for task \':myLibr

3条回答
  •  有刺的猬
    2021-01-02 14:37

    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.

提交回复
热议问题