-
Notifications
You must be signed in to change notification settings - Fork 59
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
Can't Use with a Non-Modular Proejct When Using Java 11 #88
Comments
I just tried installing the build at #72 and using that. It didn't work, with the error
|
AFAIK, in the plugin we search for @cmhulbert Is it possible to provide a SSCCE for this? |
Having this exact same problem. |
Since version 0.0.5 you can place all dependencies either on For details see |
Closing as Not An Issue. |
The documentation indicates that the plugin can be used for modular or non-modular projects; However, my understanding is that the plugin determines if the project is modular or not based on the java version. This means that java versions which support modularity cannot be run as a non-modular project.
My use case is that I have a java 11 project, NOT taking advantage of the modularity aspect of java 11. I'd rather not convert, as many of the dependencies are not setup to provide modules, and this makes the build unreliable, as you need to rely on the automatic module naming or pathing.
Ideally, I'd like to be able to specify wether my project is modular or not, regardless of the java version
The text was updated successfully, but these errors were encountered: