Skip to content

Request module creation for java 9+ projects. #17

@LinkFalcon0921

Description

@LinkFalcon0921

Hi!
The reason of add this feature s allow to projects that uses java 9+ module feature recognize the module.

I tried to create a pull request but I could not.
Here is the module:

module versioncompare {
    requires org.jetbrains.annotations;
    exports io.github.g00fy2.versioncompare;
}

Some libraries requires of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions