-
Notifications
You must be signed in to change notification settings - Fork 0
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
JDK 9 compatibility #6
Labels
Comments
sjoerdtalsma
changed the title
Add jigsaw module information to this library.
JDK 9 compatibility
Jul 4, 2017
For reference, see work done on the the travis / maven build for Java 9 in the umldoclet |
Maven hints about adding |
About <build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>nl.talsmasoftware.enumerables.core</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Automatic-Module-Name
to manifestsThe text was updated successfully, but these errors were encountered: