Once in the chainspacecore folder I am trying to build the chainspace core using mvn -Dversion=1.0-SNAPSHOT package assembly:single but get errors in the tests.
But if I skip the tests mvn -Dversion=1.0-SNAPSHOT -Dmaven.test.failure.ignore=true package assembly:single the project seems to be built successfully.
Can you fix the tests please?
Error message: https://ghostbin.com/paste/bghrt
UPD: was running the code on the linux machine.
Once in the
chainspacecorefolder I am trying to build the chainspace core usingmvn -Dversion=1.0-SNAPSHOT package assembly:singlebut get errors in the tests.But if I skip the tests
mvn -Dversion=1.0-SNAPSHOT -Dmaven.test.failure.ignore=true package assembly:singlethe project seems to be built successfully.Can you fix the tests please?
Error message: https://ghostbin.com/paste/bghrt
UPD: was running the code on the linux machine.