Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request module creation for java 9+ projects. #17

Open
LinkFalcon0921 opened this issue Apr 28, 2024 · 0 comments
Open

Request module creation for java 9+ projects. #17

LinkFalcon0921 opened this issue Apr 28, 2024 · 0 comments

Comments

@LinkFalcon0921
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant