better-orange-49102
04/28/2022, 10:30 AMTask :datahub-graphql-core:compileJava
/datahub/datahub-graphql-core/src/mainGeneratedGraphQL/java/com/linkedin/datahub/graphql/generated/VisualConfiguration.java:7: error: cannot find symbol @javax.annotation.processing.Generated(
symbol: class Generated
location: package javax.annotation.processing
<followed by all the other files in the same folder giving the same annotation error msg>
which i think is due to the presence of the JDK11. Any suggestions on overcoming this?
the command i used to build was
./gradlew build -x :metadata-ingestion:build -x :metadata-ingestion:check -x docs-website:build -x datahub-web-react:yarnBuild -x datahub-frontend:unzipAssets
./gradlew build -x :metadata-ingestion:build -x :metadata-ingestion:check -x docs-website:build -x :metadata-integration:java:spark-lineage:test
better-orange-49102
04/29/2022, 6:29 AMhelpful-optician-78938
05/02/2022, 11:43 PMbetter-orange-49102
05/02/2022, 11:59 PM