NEMPH / nem-apps-lib

Semantic Java API Library for NEM Platform
MIT License
17 stars 19 forks source link

Failed to build #10

Open kunalransing opened 6 years ago

kunalransing commented 6 years ago

when try to build it give below errors:

[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.407 s [INFO] Finished at: 2018-04-04T16:59:14+05:30 [INFO] Final Memory: 8M/303M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project nem-apps-lib: Could not resolve dependencies for project io.nem.apps:nem-apps-lib:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.nem.core:nem-core:jar:0.6.93-BETA, org.nem.core:nem-core:jar:tests:0.6.93-BETA: Failure to find org.nem.core:nem-core:jar:0.6.93-BETA in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

alvin-reyes commented 6 years ago

You need to clone and build the nem.core library first.

https://github.com/NemProject/nem.core

kunalransing commented 6 years ago

Yes. Solved.