You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:48 min
[INFO] Finished at: 2025-01-06T17:27:38+01:00
[INFO] ------------------------------------------------------------------------
[INFO] 1567 goals, 1567 executed
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project quarkus-grpc-stubs: Compilation failure: Compilation failure:
[ERROR] /path/to/project/quarkus/extensions/grpc/stubs/target/generated-sources/protobuf/grpc-java/grpc/health/v1/HealthGrpc.java:[7,18] cannot find symbol
[ERROR] symbol: class Generated
[ERROR] location: package javax.annotation
[ERROR] /path/to/project/quarkus/extensions/grpc/stubs/target/generated-sources/protobuf/grpc-java/grpc/reflection/v1alpha/ServerReflectionGrpc.java:[7,18] cannot find symbol
[ERROR] symbol: class Generated
[ERROR] location: package javax.annotation
[ERROR] /path/to/project/quarkus/extensions/grpc/stubs/target/generated-sources/protobuf/grpc-java/io/grpc/reflection/v1/ServerReflectionGrpc.java:[7,18] cannot find symbol
[ERROR] symbol: class Generated
[ERROR] location: package javax.annotation
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :quarkus-grpc-stubs
➜ quarkus git:(main)
The text was updated successfully, but these errors were encountered:
hi @punkratz312 ; Would you happen to recall which recipe reported making a change to those files? Seems odd to see that error coming from CommonStaticAnalysis.
checkout:
run:
error:
The text was updated successfully, but these errors were encountered: