Closed
Description
the ethlo.itu library becomes required instead of optional when running on the module path.
They can't seem to get their module-info story together so the project also becomes unusable when running on the library path.
The module dependency should be changed from require
to require static
to make the library actually optional for folks running on the module path.
Graal is also marked as required when running on the module path - these dependencies should also be marked as optional by using required static
.
This patch addresses both.
Metadata
Metadata
Assignees
Labels
No labels