You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mincong Huang (JIRA)" <ji...@apache.org> on 2018/05/15 07:35:00 UTC

[jira] [Created] (MCOMPILER-342) Unsupported class file major version 55

Mincong Huang created MCOMPILER-342:
---------------------------------------

             Summary: Unsupported class file major version 55
                 Key: MCOMPILER-342
                 URL: https://issues.apache.org/jira/browse/MCOMPILER-342
             Project: Maven Compiler Plugin
          Issue Type: Bug
    Affects Versions: 3.7.0
            Reporter: Mincong Huang


Maven compiler plugin does not support classes created by JDK 11 (major version 55). If you have classes created by JDK 11 in your classpath when using Maven Compiler, you've the following errors:

{quote}
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project java-examples-dev-core: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile failed: Unsupported class file major version 55 -> [Help 1]
{quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)