imbajin commented on PR #2305:
URL:
https://github.com/apache/incubator-hugegraph/pull/2305#issuecomment-1703887671
> > Currently, the issue of missing the common1.0.1 package has been fixed.
The current errors are: 1. JDK8 is not supported 2. Test phase
>
> - skip the pd/store module while we use java8?
> - list the related test we could choose to skip first
>
>
the first problem we have to handle them now
like in action add:
if java8
mvn compile -pl hugegraph-server #specify the needed modules
else
mvn compile # all modules
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]