heroku / buildpacks-jvm

Heroku's Cloud Native Buildpacks for JVM applications.
BSD 3-Clause "New" or "Revised" License
9 stars 10 forks source link

Failed to build a project #777

Closed felix9611 closed 1 month ago

felix9611 commented 1 month ago

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fixedasset-vue-pg: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Recently issued from build project today, This error has never occurred in the before (include last week) No idea what the issue where from and what happen. I ran my project didn't have this one error in local, just show on Heroku JVM build My projects maven file: https://github.com/felix9611/springboot-pos-vue-pgsql/blob/main/backend-java/pom.xml

felix9611 commented 1 month ago

downgraded JDK