Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module-info.class is added to sources and javadoc jars #220

Open
joffrey-bion opened this issue Jan 8, 2023 · 1 comment
Open

module-info.class is added to sources and javadoc jars #220

joffrey-bion opened this issue Jan 8, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@joffrey-bion
Copy link

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?

@big-andy-coates
Copy link
Collaborator

Sounds like a bug to me. Feel free to raise a PR as this project is maintained by the community.

@big-andy-coates big-andy-coates added bug Something isn't working help wanted Extra attention is needed labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants