-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Please consider adding a module name to the project, so it can be used in Java modules (https://www.baeldung.com/java-modularity)
For example:
in library.gradle
jar {
manifest.attributes(Map.of("Automatic-Module-Name", "ee.bitweb.spring.core"))
}
Metadata
Metadata
Assignees
Labels
No labels