Hello,
I have been trying to built the OSMO from sources (default branch), using Maven. I see there is defined Maven module structure, but it seems bit out-of-date. For example the defined module `miner` does not even exists. Also there is source/target level declared as 1.7, but the code in osmotester module uses Java 8 features (lambdas).
My questions are:
Is building from sources using Maven supported? If so, would be interested in contribution fixing the current issues + some clean-up around modules, dependencies, etc?
The source/target language level should be 1.8, right?
Thanks in advance for any response,
Petr Siroky