You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/26 04:39:18 UTC

[GitHub] [maven-mvnd] kimvon edited a comment on issue #544: jdk 1.8 exception

kimvon edited a comment on issue #544:
URL: https://github.com/apache/maven-mvnd/issues/544#issuecomment-1001105278


   i read release0.7.1 description showing close issue "Different java versions for mvnd and maven #512" , the issue suggest that we can use JDK11 runtime for all and set the --release 8 which produces JDK8 compatible code., such as,
    mvnd -Dmaven.compiler.release=8 compile.
   
   as well as , the issue say that the mvnd needs at minimum JDK8 to run......maybe mvnd can run in jdk8 and you need to build mvnd from source in jdk 8 in order to get executable file, which you can see readme .
   
    more: https://github.com/apache/maven-mvnd/issues/512


-- 
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-unsubscribe@maven.apache.org

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