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 module-info.java #28

Open
sgammon opened this issue Mar 16, 2024 · 0 comments · May be fixed by #29
Open

Add module-info.java #28

sgammon opened this issue Mar 16, 2024 · 0 comments · May be fixed by #29

Comments

@sgammon
Copy link

sgammon commented Mar 16, 2024

It would be cool to be able to use Geantyref from Modular Java, i.e. with tools like jlink. But right now, it is not possible, because Geantyref ships an Automatic-Module-Name, instead of a module-info.java.

sgammon added a commit to javamodules/geantyref that referenced this issue Mar 16, 2024
- chore: add mvn build wrapper
- chore: add compile run and srcroot for java9
- chore: add java9-compliant implementations where needed
- chore: add mrjar output
- chore: remove `Automatic-Module-Name`

Fixes and closes leangen#28

Signed-off-by: Sam Gammon <sam@elide.ventures>
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

Successfully merging a pull request may close this issue.

1 participant