Kyle Weaver created BEAM-9950:
---------------------------------
Summary: cannot find symbol javax.annotation.Generated
Key: BEAM-9950
URL: https://issues.apache.org/jira/browse/BEAM-9950
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Kyle Weaver
This happens when I run through Intellij but not when I run the same command on
the command line, so it is presumably an issue with my Intellij setup.
./gradlew :runners:flink:1.10:test --tests
"org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[*]"
.../apache/beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:20:
error: cannot find symbol
@javax.annotation.Generated(
^
symbol: class Generated
location: package javax.annotation
1 error
--
This message was sent by Atlassian Jira
(v8.3.4#803005)