Skip to content

Add Automatic-Module-Name for Java 9 compatibility #10

@florian-beetz

Description

@florian-beetz

Please provide an Automatic-Module-Name in the JAR manifest.

If no module name is explicitly defined, Java 9 uses the JAR file name as the module name. With the Scala naming scheme, the module name ends with ".2.12", which is invalid.
This makes this library incompatible with Java 9 at runtime.

This is related to com-lihaoyi/fastparse#184 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions