Netflix/metacat

Multiple errors on build

ErinShockey opened this issue · 3 comments

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.

  • What went wrong:
    Execution failed for task ':metacat-connector-polaris:javadoc'.

Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/metacat/metacat-connector-polaris/build/tmp/javadoc/javadoc.options'

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

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.

Me too. Is there any way to solve it?

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