-
-
Notifications
You must be signed in to change notification settings - Fork 177
Fix #887: use module-info.java
directly
#888
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
Conversation
… that has module info)
Not quite working yet: seems like build is working, but test build has an issue: odd failure
given that Hopefully can figure it out and this is done. |
…ackson-module-kotlin into tatu/3.0/887-use-module-info
Ok. So, no matter what I do, it looks like only "regular" |
…bind as of 3.0.0-rc3)
module-info.java
directlymodule-info.java
directly
cc @k163377 -- was able to finally make module work with JPMS without Moditect. I hope this won't cause issues with IDEs (I've noticed support for JPMS still bit immature by IDEs). |
@cowtowncoder It seems that all
I will check some more as it may be due to local settings, but do you know anything about this? |
Not directly, but I think disabling use of module system (JPMS) for Junit is probably needed.
but I wonder if IDEA has some similar setting? |
@cowtowncoder I will try the workaround shown in the link during the holidays. |
Good luck @k163377 ! |
So, fix #887 by adding 2
module-info.java
s like for other modules.