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
If I try to use the same simplified configuration with the groovy-eclipse-compiler, it complains instead:
16:09:38 [INFO] Recompiling the module because of changed dependency.
16:09:38 [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
16:09:38 [INFO] option --release is supported only when run with JDK 9 or above
It would be nice if it behaved the same as the other Maven plugins.
To simplify configuration for users still using Java 8 (yes, I know, I know), plexus-compiler 2.15.0 automatically filters the release parameter from the call to javac if it is < 9. This was merged into Maven compiler 3.13.0 (https://issues.apache.org/jira/browse/MCOMPILER-582) and Maven Javadoc 3.11.1 (https://issues.apache.org/jira/browse/MJAVADOC-787).
If I try to use the same simplified configuration with the groovy-eclipse-compiler, it complains instead:
It would be nice if it behaved the same as the other Maven plugins.
(See also the updated documentation: https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html#usage-on-jdk-8)
The text was updated successfully, but these errors were encountered: