Skip to content

Ethlo and graalvm are not optional when running on the module path. #1153

Closed
@lscoughlin

Description

@lscoughlin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions