Skip to content
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 a jpms module descriptor #856

Open
h908714124 opened this issue Oct 29, 2021 · 1 comment
Open

Add a jpms module descriptor #856

h908714124 opened this issue Oct 29, 2021 · 1 comment

Comments

@h908714124
Copy link

javapoet already declares an automatic module name com.squareup.javapoet.
However in order to be fully jpms-compliant, a module descriptor is needed.
Usually this is a file called src/main/java/module-info.java.

@JakeWharton
Copy link
Member

It'll have to be in META-INF/versions/9/ since we support Java 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants