You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explicit module definition to a multi-release jar (#217)
This adds a module-info to the final jar under `META-INF/versions/9`. It will not affect compatibility with Java 8
This will enable downstream libraries (I'm looking at https://github.com/bbottema/simple-java-mail now) to have module infos of their own and for consumers to use `jlink`.
0 commit comments