Skip to content

Error Modules are not supported. #5

@taxio

Description

@taxio

it happens when parsing the java src for example module-info.java.
like following

module org.apache.commons.logging {
  requires org.slf4j;
  exports org.apache.commons.logging;
}

need to use > Java9

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions