Closed arjenzhou closed 2 years ago
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. We may solve this issue in new version. So can you upgrade to newest version and retry? If there are still issues or want to contribute again. Please create new issue or pull request again.
Since Java 9 introduced JPMS, there is a need to support modular system for such infra project.
There are two alternative ways to get to this:
module-info.java
in each module andexport
public packages, which is more complex.