Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 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: 190
  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.md-5:SpecialSource:1.7-SNAPSHOT.
  25. Required by:
  26. pw.prok:Thermos:1.7.10-1614.UNOFFICIAL
  27. > Could not resolve net.md-5:SpecialSource:1.7-SNAPSHOT.
  28. > Unable to load Maven meta-data from https://repo.prok.pw/net/md-5/Spe
  29. cialSource/1.7-SNAPSHOT/maven-metadata.xml.
  30. > Could not GET 'https://repo.prok.pw/net/md-5/SpecialSource/1.7-SNA
  31. PSHOT/maven-metadata.xml'.
  32. > peer not authenticated
  33. > Could not resolve net.minecraft:server:1.7.10.
  34. Required by:
  35. pw.prok:Thermos:1.7.10-1614.UNOFFICIAL
  36. > Could not resolve net.minecraft:server:1.7.10.
  37. > Could not get resource 'https://repo.prok.pw/net/minecraft/server/1.7
  38. .10/server-1.7.10.pom'.
  39. > Could not GET 'https://repo.prok.pw/net/minecraft/server/1.7.10/se
  40. rver-1.7.10.pom'.
  41. > peer not authenticated
  42. > Could not resolve pw.prok:KImagine:0.1.12.
  43. Required by:
  44. pw.prok:Thermos:1.7.10-1614.UNOFFICIAL
  45. > Could not resolve pw.prok:KImagine:0.1.12.
  46. > Could not get resource 'https://repo.prok.pw/pw/prok/KImagine/0.1.12/
  47. KImagine-0.1.12.pom'.
  48. > Could not GET 'https://repo.prok.pw/pw/prok/KImagine/0.1.12/KImagi
  49. ne-0.1.12.pom'.
  50. > peer not authenticated
  51.  
  52. * Try:
  53. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  54. option to get more log output.
  55.  
  56. BUILD FAILED
  57.  
  58. Total time: 21.988 secs
  59.  
  60. C:\servercore\Thermos>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement