Advertisement
Guest User

Untitled

a guest
Apr 20th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2020.5.47520, forge-1.15.2, 64-bit, 16193 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  3. > Configure project :
  4. New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  5. FAILURE: Build failed with an exception.
  6. * What went wrong:
  7. A problem occurred configuring root project 'mobmastercraft'.
  8. > Could not resolve all files for configuration ':_compileJava_1'.
  9. > Could not find patchy.jar (com.mojang:patchy:1.1).
  10. Searched in the following locations:
  11. https://files.minecraftforge.net/maven/com/mojang/patchy/1.1/patchy-1.1.jar
  12. > Could not find oshi-core.jar (oshi-project:oshi-core:1.1).
  13. Searched in the following locations:
  14. https://files.minecraftforge.net/maven/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  15. > Could not find icu4j-core-mojang.jar (com.ibm.icu:icu4j-core-mojang:51.2).
  16. Searched in the following locations:
  17. https://files.minecraftforge.net/maven/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
  18. > Could not find javabridge.jar (com.mojang:javabridge:1.0.22).
  19. Searched in the following locations:
  20. https://files.minecraftforge.net/maven/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
  21. > Could not find brigadier.jar (com.mojang:brigadier:1.0.17).
  22. Searched in the following locations:
  23. https://files.minecraftforge.net/maven/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
  24. > Could not find datafixerupper.jar (com.mojang:datafixerupper:2.0.24).
  25. Searched in the following locations:
  26. https://files.minecraftforge.net/maven/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar
  27. > Could not find authlib.jar (com.mojang:authlib:1.5.25).
  28. Searched in the following locations:
  29. https://files.minecraftforge.net/maven/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  30. > Could not find text2speech.jar (com.mojang:text2speech:1.11.3).
  31. Searched in the following locations:
  32. https://files.minecraftforge.net/maven/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
  33. > Could not find text2speech-natives-windows.jar (com.mojang:text2speech:1.11.3).
  34. Searched in the following locations:
  35. https://files.minecraftforge.net/maven/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-windows.jar
  36. * Try:
  37. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  38. * Get more help at https://help.gradle.org
  39. BUILD FAILED in 1m 47s
  40. BUILD FAILED
  41. Task completed in 129321 milliseconds
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement