-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When SparseBitSet is used as dependency, the parent project can't be processed by jlink, which rejects dependencies with automatic module names.
Adding module-info.java with this content could fix this:
module com.zaxxer.sparsebits {
exports com.zaxxer.sparsebits;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels