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 a module-info.java file to the source directory for the Java 9 module system.
I don't know which java version this library requires, but adding this file will require at least Java 9.
We need this module file, because without it it's very hard to create jlink images with this library.
The file should look something like this:
Add a module-info.java file to the source directory for the Java 9 module system.
I don't know which java version this library requires, but adding this file will require at least Java 9.
We need this module file, because without it it's very hard to create jlink images with this library.
The file should look something like this:
I can create a PR for this if this is fine.
The text was updated successfully, but these errors were encountered: