You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/03/22 22:30:00 UTC

[jira] [Created] (MCOMPILER-410) CI Broken by JDK 15 changes

Elliotte Rusty Harold created MCOMPILER-410:
-----------------------------------------------

             Summary: CI Broken by JDK 15 changes
                 Key: MCOMPILER-410
                 URL: https://issues.apache.org/jira/browse/MCOMPILER-410
             Project: Maven Compiler Plugin
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


       [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.2-SNAPSHOT:compile (default-compile) on project error-prone-compiler: Compilation failure

       [ERROR] /home/jenkins/jenkins-slave/workspace/box_maven-compiler-plugin_master@2/linux-jdk15-m3.6.x_build/target/it/error-prone-compiler/src/main/java/MyClass.java:[20,8] cannot access java.lang.Object

       [ERROR]   bad class file: /modules/java.base/java/lang/Object.class

       [ERROR]     class file has wrong version 59.0, should be 53.0

       [ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.

       [ERROR] -> [Help 1]

       org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.2-SNAPSHOT:compile (default-compile) on project error-prone-compiler: Compilation failure

       /home/jenkins/jenkins-slave/workspace/box_maven-compiler-plugin_master@2/linux-jdk15-m3.6.x_build/target/it/error-prone-compiler/src/main/java/MyClass.java:[20,8] cannot access java.lang.Object

         bad class file: /modules/java.base/java/lang/Object.class

           class file has wrong version 59.0, should be 53.0

           Please remove or make sure it appears in the correct subdirectory of the classpath.

        




--
This message was sent by Atlassian Jira
(v8.3.4#803005)