-
Notifications
You must be signed in to change notification settings - Fork 337
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 support to compile task on Gradle with Java 10 #139
Comments
@gayanW I was checking these changes for reference: #28 I made some progress regarding those "package ... is declared in module ... which does not export it to unanmed module)"-like errors but I hitting another compilation error:
The class Did you have this error when you were doing this change? (cc @cyrille-artho @wvisser) |
It is needed that we patch java.lang.reflect.Constructor with our MJI model class for Constructor, which is not
|
Great. I'm still getting how Jigsaw works but feels like we are in the right direction... |
Also, I upgraded to the latest Gradle version (4.9).
Still struggling to compile the modules on Gradle. I tried some alternatives from https://guides.gradle.org/building-java-9-modules but didn't work as expected. It is like adding |
Resolved as part of PR#210. |
Related to #138
Currently unable to compile classes but I haven't added compile args at the moment.
The text was updated successfully, but these errors were encountered: