-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Thank you for making the project, it works great.
Unfortunately, when I try to import jelf into my project, which has a module-info.java file, I need to reference this library in the module-info with
requires jelf;When I do this, I get the following warning:
Name of automatic module 'jelf' is unstable, it is derived from the module's file name.
because this project neither has a module-info.java file nor an Automatic-Module-Name: declaration in its jar's MANIFEST.MF file. Would it be possible to add one of these?
Metadata
Metadata
Assignees
Labels
No labels