I want to release a project on Github. It works and I can retrieve it as dependency via Gradle. But the JavaDoc is missing.
Message:
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
Do i need to build a JAR ? Or is there any way to add my JavaDoc to the Project, so JavaDoc is availiable when it is build with gradle?