Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. graham@fineract-cn-new:~/apache-fineract-cn/integration-tests/fineract-cn-demo-server$ ./gradlew build
  2. Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
  3. :compileJava FAILED
  4.  
  5. FAILURE: Build failed with an exception.
  6.  
  7. * What went wrong:
  8. Could not resolve all dependencies for configuration ':detachedConfiguration5'.
  9. > Could not find org.apache.fineract.cn.notification:api:0.1.0-BUILD-SNAPSHOT.
  10. Searched in the following locations:
  11. https://jcenter.bintray.com/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
  12. https://jcenter.bintray.com/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
  13. https://jcenter.bintray.com/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
  14. file:/home/graham/.m2/repository/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
  15. file:/home/graham/.m2/repository/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
  16. file:/home/graham/.m2/repository/org/apache/fineract/cn/notification/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
  17. Required by:
  18. project :
  19.  
  20. * Try:
  21. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  22.  
  23. BUILD FAILED
  24.  
  25. Total time: 21.181 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement