Unable to build Java directory using the build instructions? #2073
Unanswered
shikharraje-clevertap
asked this question in
Q&A
Replies: 2 comments
-
Full build log. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @shikharraje-clevertap , could you try to to upgrade lombok to latest version and see whether the error still exists? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a new contributor to the world of Open Source, generally. And I'm new to Apache Fury.
I have cloned the project and am trying to build the java section, as described here: https://github.com/apache/fury/blob/main/docs/guide/DEVELOPMENT.md
The
mvn
command is returning errors infury-test-core
:Attached the full log file for your consideration.
I tried skipping the
fury-test-core
module usingmvn -pl '!:fury-test-core' clean compile -DskipTests
but it seemsfury-extensions
depends on this.I also tried this on
master
and thereleases-0.10
branch.Can someone help me understand what I'm doing wrong, and how to fix this?
JDK and MVN details:
Beta Was this translation helpful? Give feedback.
All reactions