Netflix / metacat

Apache License 2.0
1.61k stars 279 forks source link

Multiple errors on build #550

Open ErinShockey opened 1 year ago

ErinShockey commented 1 year ago

I cloned the master branch and have been trying to get the build to be successful. It starts with the following errors:

Configure project : [Fatal Error] com.github.kt3k.coveralls.gradle.plugin-2.10.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] nebula.netflixoss.gradle.plugin-9.4.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] nebula.node.gradle.plugin-1.3.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] com.gorylenko.gradle-git-properties.gradle.plugin-2.2.2.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] io.franzbecker.gradle-lombok.gradle.plugin-4.0.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] com.github.spotbugs.gradle.plugin-4.4.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] coveralls-gradle-plugin-2.10.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] gradle-git-properties-2.2.2.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] gradle-lombok-4.0.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] nebula-node-plugin-1.3.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] spotbugs-gradle-plugin-4.4.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] license-gradle-plugin-0.15.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] grgit-core-3.1.1.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] publish-plugin-1.0.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] grgit-core-4.0.2.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". [Fatal Error] publish-plugin-1.0.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "". Inferred project: metacat, version: 1.3.0-SNAPSHOT

keeps going and then ends with this: metacat/metacat-connector-polaris/src/main/java/com/netflix/metacat/connector/polaris/store/PolarisStoreConnector.java:26: error: cannot find symbol @RequiredArgsConstructor(onConstructor = @(@Autowired)) ^ symbol: class 1 error

FAILURE: Build failed with an exception.

The javadoc.options is really no help and my seraching suggested maybe using an older version of java. I've tried with 11 and 15. Any suggestions?

Ebbdul commented 11 months ago

Getting the below error? Is there any suggestion to resolve it?

Task :metacat-connector-polaris:javadoc /home/ubuntu/metacat/metacat-connector-polaris/src/main/java/com/netflix/metacat/connector/polaris/store/PolarisStoreConnector.java:26: error: cannot find symbol @RequiredArgsConstructor(onConstructor = @(@Autowired)) ^ symbol: class 1 error

Task :metacat-connector-polaris:javadoc FAILED

FAILURE: Build failed with an exception.

xiaodizi commented 9 months ago

Me too. Is there any way to solve it?

stevie9868 commented 4 months ago

Currently Metacat is still only compatible with java 8 so please use this version