-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for maven.compiler.release/testRelease (#167)
Add support for the `maven.compiler.release` and `maven.compiler.testRelease` properties which can be used to since Java 9 to provide the `--release` argument for the Java compiler. The release version is being used over the target version if it was defined, otherwise the target version is being used. * https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#release * https://maven.apache.org/plugins/maven-compiler-plugin/testCompile-mojo.html#testRelease * https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471
- Loading branch information
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters