Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: javax.annotation.Generated is missing #65

Open
janhicken opened this issue Dec 10, 2020 · 0 comments
Open

Build failure: javax.annotation.Generated is missing #65

janhicken opened this issue Dec 10, 2020 · 0 comments

Comments

@janhicken
Copy link

Hello,

the build on the master branch currently fails on my machine:

$ gradle build

> Task :endpoints-management-protos:compileJava FAILED
/home/jan/repos/github/endpoints-management-java/endpoints-management-protos/build/generated/source/proto/main/java/com/google/api/servicecontrol/v1/QuotaControllerGrpc.java:26: error: cannot find symbol
@javax.annotation.Generated(
                 ^
  symbol:   class Generated
  location: package javax.annotation
/home/jan/repos/github/endpoints-management-java/endpoints-management-protos/build/generated/source/proto/main/java/com/google/api/servicecontrol/v1/ServiceControllerGrpc.java:25: error: cannot find symbol
@javax.annotation.Generated(
                 ^
  symbol:   class Generated
  location: package javax.annotation
2 errors

FAILURE: Build failed with an exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant