Advertisement
ys27

install error

Dec 13th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. :buildSrc:compileJava UP-TO-DATE
  2. :buildSrc:compileGroovy UP-TO-DATE
  3. :buildSrc:processResources UP-TO-DATE
  4. :buildSrc:classes UP-TO-DATE
  5. :buildSrc:jar UP-TO-DATE
  6. :buildSrc:assemble UP-TO-DATE
  7. :buildSrc:compileTestJava UP-TO-DATE
  8. :buildSrc:compileTestGroovy UP-TO-DATE
  9. :buildSrc:processTestResources UP-TO-DATE
  10. :buildSrc:testClasses UP-TO-DATE
  11. :buildSrc:test UP-TO-DATE
  12. :buildSrc:check UP-TO-DATE
  13. :buildSrc:build UP-TO-DATE
  14.  
  15. FAILURE: Build failed with an exception.
  16.  
  17. * What went wrong:
  18. A problem occurred configuring root project 'corda-project'.
  19. > Could not resolve all dependencies for configuration ':classpath'.
  20. > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.5-2.
  21. Required by:
  22. :corda-project:unspecified
  23. > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.5-2.
  24. > Could not get resource 'https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-pl$gin-1.0.5-2.pom'.
  25. > Could not GET 'https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-plugin-1$0.5-2.pom'.
  26. > peer not authenticated
  27. > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.5-2.
  28. > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-plugi$-1.0.5-2.pom'.
  29. > Could not GET 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-plugin-1.0.$-2.pom'.
  30. > peer not authenticated
  31. > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.5-2.
  32. > Could not get resource 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-plu$in-1.0.5-2.pom'.
  33. > Could not GET 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5-2/kotlin-gradle-plugin-1.$.5-2.pom'.
  34. > peer not authenticated
  35. > Could not resolve commons-lang:commons-lang:2.4.
  36. Required by:
  37. :corda-project:unspecified > com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4 > org.codehaus.groovy.modules.http-builder:http-builder:0.7.2 > net.sf.json-lib:json-lib:2.3
  38. > Could not resolve commons-lang:commons-lang:2.4.
  39. > Could not get resource 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  40. > Could not HEAD 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  41. > peer not authenticated
  42. > Could not resolve commons-lang:commons-lang:2.4.
  43. > Could not get resource 'https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  44. > Could not HEAD 'https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  45. > peer not authenticated
  46. > Could not resolve commons-lang:commons-lang:2.4.
  47. > Could not get resource 'https://plugins.gradle.org/m2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  48. > Could not HEAD 'https://plugins.gradle.org/m2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  49. > peer not authenticated
  50. > Could not resolve commons-lang:commons-lang:2.4.
  51. Required by:
  52. :corda-project:unspecified > com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4 > org.codehaus.groovy.modules.http-builder:http-builder:0.7.2 > net.sf.json-lib:json-lib:2.3 > net.sf.ezmorph:ezmorph:1.0.6
  53. > Could not resolve commons-lang:commons-lang:2.4.
  54. > Could not get resource 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  55. > Could not HEAD 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  56. > peer not authenticated
  57. > Could not resolve commons-lang:commons-lang:2.4.
  58. > Could not get resource 'https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  59. > Could not HEAD 'https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  60. > peer not authenticated
  61. > Could not resolve commons-lang:commons-lang:2.4.
  62. > Could not get resource 'https://plugins.gradle.org/m2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  63. > Could not HEAD 'https://plugins.gradle.org/m2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom'.
  64. > peer not authenticated
  65.  
  66. * Try:
  67. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  68.  
  69. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement