You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add module-info.class for java 9+ JPMS support.
For libraries you have to care though, that you need to have to compile the sources with java 8 and the module-info.class with 9+, otherwise you exclude users with java 8.
The text was updated successfully, but these errors were encountered:
If you can come up with a clean way to do exactly what you say with Maven, please make a pull request!
I just tried to find out, and It seems not likely that compiling the bulk with Java 8 but compiling module-info.java with Java 9+ is possible.
Am I wrong?
Add module-info.class for java 9+ JPMS support.
For libraries you have to care though, that you need to have to compile the sources with java 8 and the module-info.class with 9+, otherwise you exclude users with java 8.
The text was updated successfully, but these errors were encountered: