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

feat: add jpms support #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

sgammon
Copy link

@sgammon sgammon commented Mar 1, 2024

Summary

Users can now use this module via the Java Platform Module System, with the following requires declaration in their module:

module my.module {
  requires paguro;
}

Changelog

  • feat: add module-info.java descriptor
  • chore: update all maven plugins to latest
  • chore: bump version → 3.11.0

cc / @GlenKPeterson

- feat: add `module-info.java` descriptor
- chore: update all maven plugins to latest
- chore: bump version → `3.11.0`

Users can now use this module via the Java Platform Module System,
with the following `requires` declaration in their module:

```java
module my.module {
  requires paguro;
}
```

Signed-off-by: Sam Gammon <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant