You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dokkatoo doesn't intentionally publish a Javadoc JAR. I guess it's enabled automatically by java-gradle-plugin, and since there are no Java sources it's empty.
A Javadoc JAR (even if it's empty) might be required by the Gradle Plugin Portal? I know that Maven Central requires a Javadoc JAR (again, even if it's empty) (related: #61).
If it were up to me, I wouldn't publish one at all! The sources JAR should be superior to a Javadoc JAR, since the source code is visible within IDEs. If Dokka were more performant (e.g. Kotlin/dokka#1405) then I could be persuaded to generate a Javadoc site for the Javadoc JAR, but at the moment I'd rather not.
Can you explain more about why you are asking? Were you just double checking? Is the Javadoc JAR required for something?
It appears that the javadoc.jar file served at the Gradle Plugin Portal is empty when extracted - is this intentional?
The text was updated successfully, but these errors were encountered: