Advertisement
MineModder303

--stacktrace

Dec 15th, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 14.12 KB | None | 0 0
  1. > Configure project :
  2. WARNING: You are using an unsupported version of ForgeGradle.
  3. Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old versions working on the modern toolchain.
  4. See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
  5.  
  6. > Task :getVersionJson
  7. http://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/1.7.10.json  404'ed!
  8.  
  9. > Task :getAssetsIndex
  10. https://s3.amazonaws.com/Minecraft.Download/indexes/1.7.10.json  404'ed!
  11.  
  12.  
  13. FAILURE: Build failed with an exception.
  14.  
  15. * What went wrong:
  16. Execution failed for task ':getAssetsIndex'.
  17. > java.io.FileNotFoundException: C:\Users\gonza\.gradle\caches\minecraft\assets\indexes\1.7.10.json (El sistema no puede encontrar el archivo especificado)
  18.  
  19. * Try:
  20. Run with --info or --debug option to get more log output.
  21.  
  22. * Exception is:
  23. org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':getAssetsIndex'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement