pzygielo commented on code in PR #207:
URL: https://github.com/apache/maven-indexer/pull/207#discussion_r863169718


##########
pom.xml:
##########
@@ -84,7 +84,12 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>8</javaVersion>
+    <javaVersion>11</javaVersion>
+    <maven.compiler.source>${javaVersion}</maven.compiler.source>

Review Comment:
   What this is for? Given that
   ```
   error: option -source cannot be used together with --release
   error: option -target cannot be used together with --release
   Usage: javac <options> <source files>
   use --help for a list of possible options
   ```
   and if release is set (and in new line 359 it is) - source/target are not 
used by compiler-plugin anyway.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to