You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.