Advertisement
Guest User

Untitled

a guest
Jun 11th, 2021
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2021.1.18117, forge-1.16.5, 64-bit, 16174 MB, Windows 10,
  6. JVM 1.8.0_275, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  7.  
  8. >
  9. Task :compileJava UP-TO-DATE
  10.  
  11. >
  12. Task :processResources UP-TO-DATE
  13.  
  14. >
  15. Task :classes UP-TO-DATE
  16.  
  17. >
  18. Task :jar UP-TO-DATE
  19.  
  20. >
  21. Task :downloadMcpConfig
  22.  
  23. >
  24. Task :extractSrg UP-TO-DATE
  25.  
  26. >
  27. Task :createMcpToSrg FAILED
  28.  
  29. FAILURE:
  30. Build failed with an exception.
  31.  
  32. *
  33. What went wrong:
  34.  
  35. A
  36. problem was found with the configuration of task ':createMcpToSrg' (type
  37. 'GenerateSRG').
  38.  
  39. >
  40. File 'D:\expanded\build\extractSrg\output.srg' specified for property
  41. 'srg' does not exist.
  42.  
  43. *
  44. Try:
  45.  
  46. Run
  47. with --stacktrace option to get the stack trace. Run with --info or
  48. --debug option to get more log output. Run with --scan to get full
  49. insights.
  50.  
  51. *
  52. Get more help at https://help.gradle.org
  53.  
  54. Deprecated
  55. Gradle features were used in this build, making it incompatible with
  56. Gradle 7.0.
  57.  
  58. Use
  59. '--warning-mode all' to show the individual deprecation warnings.
  60.  
  61. See
  62. https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
  63.  
  64. BUILD
  65. FAILED in 3s
  66.  
  67. 6
  68. actionable tasks: 2 executed, 4 up-to-date
  69.  
  70. BUILD
  71. FAILED
  72.  
  73. Task
  74. completed in 11 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement