yuluo-yx commented on PR #1969: URL: https://github.com/apache/hertzbeat/pull/1969#issuecomment-2106299097
> > I'm having this problem, and I'm guessing it's a problem with my local environment > > Maybe you can run this cmd first: > > ```shell > mvn clean install > ``` yep, I executed it. ``` $ maven clean install -Dmaven.test.skip=true [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hertzbeat-common: 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] ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
