Skip to content

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

Open
@joffrey-bion

Description

@joffrey-bion

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions