-
Notifications
You must be signed in to change notification settings - Fork 567
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 tests to demo use of module-info #4872
Comments
i have a project that throws the error:
when i try and run it from intellij, but i NEED to run it in intellij, so i need a solution for this, removing the 'module-info.java' is not an option for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have a few examples which has module-info specified for JPMS. However, in some cases this file is not fully updated which causes issue when those examples are used directly in IntelliJ IDEA, see #4847
We should add tests which verifies module-info via doing build using module-path, to show case how it should/can be used and also gate/verify its usage.
The text was updated successfully, but these errors were encountered: