Advertisement
Guest User

Untitled

a guest
Jun 6th, 2021
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. 16:07:52: Executing task ':prepareRunClient'...
  2.  
  3.  
  4. > Configure project :
  5. Java: 1.8.0_201 JVM: 25.201-b09(Oracle Corporation) Arch: amd64
  6. WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
  7. WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.
  8.  
  9. > Task :compileJava UP-TO-DATE
  10. > Task :processResources UP-TO-DATE
  11. > Task :classes UP-TO-DATE
  12. > Task :downloadMcpConfig
  13. > Task :extractSrg UP-TO-DATE
  14. > Task :createSrgToMcp FAILED
  15.  
  16. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
  17. Use '--warning-mode all' to show the individual deprecation warnings.
  18. See https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings
  19. 5 actionable tasks: 2 executed, 3 up-to-date
  20.  
  21. FAILURE: Build failed with an exception.
  22.  
  23. * What went wrong:
  24. A problem was found with the configuration of task ':createSrgToMcp' (type 'GenerateSRG').
  25. > File 'E:\MinecraftMods\SchulMod\build\extractSrg\output.srg' specified for property 'srg' does not exist.
  26.  
  27. * Try:
  28. 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.
  29.  
  30. * Get more help at https://help.gradle.org
  31.  
  32. BUILD FAILED in 908ms
  33. 16:07:53: Task execution finished ':prepareRunClient'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement