Add a module-info.java
Java module descriptor
#1137
Labels
priority: low
To be processed when time allows
status: needs contribution
Needs contribution to move forward
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
Currently, EPUBCheck only provides the bare-minimum support for Java modules by declaring a
Automatic-Module-Name
entry to the jar manifest (see #1128).It would be nice to also provide a proper module descriptor (
module-info.java
file). We already declare imports/exports for OSGi, so doing it for Java modules can hopefully be straightforward.The text was updated successfully, but these errors were encountered: