Skip to content

Instantly share code, notes, and snippets.

@headius
Created September 7, 2018 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/0a61a59fa925b268469be210fca5794b to your computer and use it in GitHub Desktop.
Save headius/0a61a59fa925b268469be210fca5794b to your computer and use it in GitHub Desktop.
Specifying release 11 for a jar with release 9 stuff does see the release 9 stuff
$ jar --file=../jcodings/target/jcodings.jar --describe-module --release 11
releases: 9
org.jruby.jcodings jar:file:///Users/headius/projects/jnr-ffi/../jcodings/target/jcodings.jar/!META-INF/versions/9/module-info.class open
exports org.jcodings
exports org.jcodings.ascii
exports org.jcodings.constants
exports org.jcodings.exception
exports org.jcodings.specific
exports org.jcodings.spi
exports org.jcodings.transcode
exports org.jcodings.transcode.specific
exports org.jcodings.unicode
exports org.jcodings.util
requires java.base mandated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment