rich-machine-24265
04/07/2022, 12:49 PM./gradlew build
with jdk1.8.0 I get error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':metadata-integration:java:datahub-protobuf:compileJava'.
> error: release version 11 not supported
when run with OpenJDK 11 I get a lot of errors cannot find symbol @javax.annotation.processing.Generated
Task :datahub-graphql-core:compileJava FAILED
/home/akravtsov/Documents/IdeaProjects/datahub-latest/datahub-graphql-core/src/mainGeneratedGraphQL/java/com/linkedin/datahub/graphql/generated/Entity.java:7: error: cannot find symbol
@javax.annotation.processing.Generated(
^
symbol: class Generated
location: package javax.annotation.processing
/home/akravtsov/Documents/IdeaProjects/datahub-latest/datahub-graphql-core/src/mainGeneratedGraphQL/java/com/linkedin/datahub/graphql/generated/EntityWithRelationships.java:7: error: cannot find symbol
@javax.annotation.processing.Generated(
^
dazzling-judge-80093
04/07/2022, 1:13 PMdazzling-judge-80093
04/07/2022, 1:14 PMrich-machine-24265
04/07/2022, 1:22 PMJAVA_HOME=/usr/lib/jvm/jdk1.8.0_202 ./gradlew -Prest.model.compatibility=ignore build
rich-machine-24265
04/07/2022, 1:23 PMcurved-truck-53235
04/07/2022, 1:50 PMrich-machine-24265
04/07/2022, 2:23 PMenough-ice-7879
06/27/2022, 4:03 AMicy-portugal-26250
07/01/2022, 9:18 AM