Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. C:\servercore\Thermos>gradlew setupCauldron installBundle
  2. :buildSrc:clean UP-TO-DATE
  3. :buildSrc:compileJava UP-TO-DATE
  4. :buildSrc:compileGroovy
  5. :buildSrc:processResources UP-TO-DATE
  6. :buildSrc:classes
  7. :buildSrc:jar
  8. :buildSrc:assemble
  9. :buildSrc:compileTestJava UP-TO-DATE
  10. :buildSrc:compileTestGroovy UP-TO-DATE
  11. :buildSrc:processTestResources UP-TO-DATE
  12. :buildSrc:testClasses UP-TO-DATE
  13. :buildSrc:test UP-TO-DATE
  14. :buildSrc:check UP-TO-DATE
  15. :buildSrc:build
  16.  
  17. FAILURE: Build failed with an exception.
  18.  
  19. * Where:
  20. Build file 'C:\servercore\Thermos\build.gradle' line: 182
  21.  
  22. * What went wrong:
  23. A problem occurred evaluating root project 'Thermos'.
  24. > Could not resolve all dependencies for configuration ':libraries'.
  25. > Could not resolve net.minecraft:server:1.7.10.
  26. Required by:
  27. cyberdynecc:Thermos:1.7.10-1614.UNOFFICIAL
  28. > Could not resolve net.minecraft:server:1.7.10.
  29. > Could not get resource 'https://repo.prok.pw/net/minecraft/server/1.7
  30. .10/server-1.7.10.pom'.
  31. > Could not GET 'https://repo.prok.pw/net/minecraft/server/1.7.10/se
  32. rver-1.7.10.pom'.
  33. > peer not authenticated
  34. > Could not resolve pw.prok:KImagine:0.2.0.
  35. Required by:
  36. cyberdynecc:Thermos:1.7.10-1614.UNOFFICIAL
  37. > Could not resolve pw.prok:KImagine:0.2.0.
  38. > Could not get resource 'https://repo.prok.pw/pw/prok/KImagine/0.2.0/K
  39. Imagine-0.2.0.pom'.
  40. > Could not GET 'https://repo.prok.pw/pw/prok/KImagine/0.2.0/KImagin
  41. e-0.2.0.pom'.
  42. > peer not authenticated
  43.  
  44. * Try:
  45. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  46. option to get more log output.
  47.  
  48. BUILD FAILED
  49.  
  50. Total time: 6 mins 40.202 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement