-
Notifications
You must be signed in to change notification settings - Fork 12
Add module-info.java for JPMS support using multi-release JAR #90
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
Changes from 5 commits
1b7b3c3
f5f1f07
a5f41f8
793c207
37ac139
298285e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| module org.codehaus.plexus.interpolation { | ||
| exports org.codehaus.plexus.interpolation; | ||
| exports org.codehaus.plexus.interpolation.fixed; | ||
| exports org.codehaus.plexus.interpolation.multi; | ||
| exports org.codehaus.plexus.interpolation.object; | ||
| exports org.codehaus.plexus.interpolation.os; | ||
| exports org.codehaus.plexus.interpolation.reflection; | ||
| exports org.codehaus.plexus.interpolation.util; | ||
|
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.