Advertisement
Guest User

Untitled

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