Martin Tzvetanov Grigorov created IO-747:
--------------------------------------------
Summary: Make commons-io a proper JPMS module
Key: IO-747
URL: https://issues.apache.org/jira/browse/IO-747
Project: Commons IO
Issue Type: Task
Affects Versions: 2.12.0
Reporter: Martin Tzvetanov Grigorov
It would be nice if commons-io provides module-info.class for Java 9+ JPMS.
At the moment the project uses JDK 1.8 for the builds.
To add module-info.java it would have to use JDK 9+ (probably 11) with
-release=8.
An easy way to introduce module-info.java is by using
[Moditect|https://github.com/moditect/moditect#adding-a-module-descriptor-to-the-project-jar]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)