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 .
Please provide an
Automatic-Module-Namein 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 .