Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple errors on build #550

Open
ErinShockey opened this issue Apr 21, 2023 · 3 comments
Open

Multiple errors on build #550

ErinShockey opened this issue Apr 21, 2023 · 3 comments

Comments

@ErinShockey
Copy link

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
Copy link

Ebbdul commented Oct 16, 2023

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
Copy link

xiaodizi commented Dec 4, 2023

Me too. Is there any way to solve it?

@stevie9868
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants