-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add module-info.java #32
Comments
PS: Probably the easiest thing to do is to make jnbis an automatic module. |
Possibly implemented in v2.1.0. need verification. I've done a quick check and it seemed ok. |
This wouldn't build, at least not under Java 17. Try to run
Moditect plugin seems misconfigured. It seems to expect |
I have also tried the prebuilt binary from Maven Central. That one has valid |
I'd built the module with java 11 both locally and in the pipeline (github actions). I tried java 17 and had the same issue with the plugins. after updating them build is green now. If you are tying the build locally, don't forget to |
sorry about this. I had to check the plugin patterns carefully. It's fixed now and i'll push a patch release today. |
I just tested it and it works. Thank you. |
Please add module-info.java. It will ease use of the library in dependent libraries and applications that are using Java 9 modules. In order to do this, you either have to upgrade to Java 9+ or create multi-release JAR. Given how old Java 8 is, I would recommend upgrading to Java 9 or even Java 11. It's much simpler than building multi-release JARs. Java 8 libs and apps can keep using older versions of the library.
The text was updated successfully, but these errors were encountered: