You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
I cloned the master branch and have been trying to get the build to be successful. It starts with the following errors:
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.
Execution failed for task ':metacat-connector-polaris:javadoc'.
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?
The text was updated successfully, but these errors were encountered: