Guest User

Untitled

a guest
Apr 13th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | Source Code | 0 0
  1. > Configure project :
  2. Evaluating root project 'Modding' using build file 'G:\Development Environments\Minecraft\Modding\build.gradle'.
  3. Creating reobfuscation task for JarJar task: jarJar
  4. Java: 17.0.6, JVM: 17.0.6+10 (Eclipse Adoptium), Arch: amd64
  5. Downloading net.minecraftforge:forge:1.19.2-43.1.52:userdev
  6. Downloading net.minecraftforge:forge:1.19.2-43.1.52:universal@jar
  7. Downloading net.minecraftforge:forge:1.19.2-43.1.52:sources@jar
  8. Downloading de.oceanlabs.mcp:mcp_config:1.19.2-20220805.130853@zip
  9. Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
  10. Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
  11. All projects evaluated.
  12. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  13. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  14. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  15. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  16. Downloading net.minecraft:client:1.19.2:mappings@txt
  17. Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
  18. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  19. Waiting for download of net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip on other thread
  20. Downloading net.minecraft:client:1.19.2:mappings@txt
  21. Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
  22. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  23. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  24. Task name matched 'runClient'
  25. Selected primary task 'runClient' from project :
  26. Tasks to be executed: [task ':compileJava', task ':processResources', task ':classes', task ':downloadMcpConfig', task ':extractSrg', task ':createSrgToMcp', task ':downloadMCMeta', task ':downloadAssets', task ':extractNatives', task ':makeSrcDirs', task ':prepareRuns', task ':prepareRunClient', task ':runClient']
  27. Tasks that were excluded: []
  28. Resolve mutations for :compileJava (Thread[Execution worker,5,main]) started.
  29. Resolve mutations for :compileJava (Thread[Execution worker,5,main]) completed. Took 0.0 secs.
  30. :compileJava (Thread[Execution worker Thread 10,5,main]) started.
  31.  
  32. > Task :compileJava FAILED
  33. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  34. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  35. Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
  36. Waiting for download of net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip on other thread
  37. Caching disabled for task ':compileJava' because:
  38. Build cache is disabled
  39. Task ':compileJava' is not up-to-date because:
  40. Task has failed previously.
  41. The input changes require a full rebuild for incremental task ':compileJava'.
  42. Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
  43. Compiling with toolchain 'C:\Program Files\Eclipse Adoptium\jdk-17.0.6.10-hotspot'.
  44. Compiling with JDK Java compiler API.
  45. :compileJava (Thread[Execution worker Thread 10,5,main]) completed. Took 0.115 secs.
  46.  
  47. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  48.  
  49. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  50.  
  51. See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings
  52. 1 actionable task: 1 executed
  53. Watched directory hierarchies: [G:\Development Environments\Minecraft\Modding]
  54.  
  55. Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no]
  56. FAILURE: Build failed with an exception.
  57.  
  58. * What went wrong:
  59. Execution failed for task ':compileJava'.
  60. > error: release version 17 not supported
  61.  
  62. * Try:
  63. > Run with --stacktrace option to get the stack trace.
  64. > Run with --debug option to get more log output.
  65.  
  66. * Get more help at https://help.gradle.org
  67.  
  68. BUILD FAILED in 945ms
Advertisement
Add Comment
Please, Sign In to add comment