Skip to content
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

Add support for Java9 --release parameter #75

Closed
bsorrentino opened this issue Nov 24, 2017 · 1 comment
Closed

Add support for Java9 --release parameter #75

bsorrentino opened this issue Nov 24, 2017 · 1 comment
Assignees
Milestone

Comments

@bsorrentino
Copy link
Owner

Official javac documentation

--release release

Compiles against the public, supported and documented API for a specific VM version. 
Supported  release targets are 6, 7, 8, and 9.

Note:

When using --release for a version of the Java Platform that supports modules, you can’t use -->add-modules to access internal JDK modules, nor can you use --add-exports to access internal JDK APIs in the modules.

take a look at #69

@bsorrentino bsorrentino self-assigned this Nov 24, 2017
@bsorrentino bsorrentino added this to the 3.3.3 milestone Nov 24, 2017
bsorrentino added a commit that referenced this issue Nov 28, 2017
@bsorrentino
Copy link
Owner Author

Released version 3.3.3-SNAPSHOT with new <release> configuration option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant