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
And this seems to add module-info.class to the javadoc jar and the sources jar. I can exclude them manually, but should it be the case by default? Or is that a bug?
The text was updated successfully, but these errors were encountered:
I'm using:
java { withJavadocJar() withSourcesJar() } modularity { mixedJavaRelease(8) }
And this seems to add
module-info.class
to the javadoc jar and the sources jar. I can exclude them manually, but should it be the case by default? Or is that a bug?The text was updated successfully, but these errors were encountered: