Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > Configure project :
- Evaluating root project 'Modding' using build file 'G:\Development Environments\Minecraft\Modding\build.gradle'.
- Creating reobfuscation task for JarJar task: jarJar
- Java: 17.0.6, JVM: 17.0.6+10 (Eclipse Adoptium), Arch: amd64
- Downloading net.minecraftforge:forge:1.19.2-43.1.52:userdev
- Downloading net.minecraftforge:forge:1.19.2-43.1.52:universal@jar
- Downloading net.minecraftforge:forge:1.19.2-43.1.52:sources@jar
- Downloading de.oceanlabs.mcp:mcp_config:1.19.2-20220805.130853@zip
- Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
- Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
- All projects evaluated.
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:client:1.19.2:mappings@txt
- Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Waiting for download of net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip on other thread
- Downloading net.minecraft:client:1.19.2:mappings@txt
- Downloading de.oceanlabs.mcp:mcp_config:1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Task name matched 'runClient'
- Selected primary task 'runClient' from project :
- 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']
- Tasks that were excluded: []
- Resolve mutations for :compileJava (Thread[Execution worker,5,main]) started.
- Resolve mutations for :compileJava (Thread[Execution worker,5,main]) completed. Took 0.0 secs.
- :compileJava (Thread[Execution worker Thread 10,5,main]) started.
- > Task :compileJava FAILED
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Downloading net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip
- Waiting for download of net.minecraft:mappings_parchment:2022.08.14-1.19.2@zip on other thread
- Caching disabled for task ':compileJava' because:
- Build cache is disabled
- Task ':compileJava' is not up-to-date because:
- Task has failed previously.
- The input changes require a full rebuild for incremental task ':compileJava'.
- Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
- Compiling with toolchain 'C:\Program Files\Eclipse Adoptium\jdk-17.0.6.10-hotspot'.
- Compiling with JDK Java compiler API.
- :compileJava (Thread[Execution worker Thread 10,5,main]) completed. Took 0.115 secs.
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings
- 1 actionable task: 1 executed
- Watched directory hierarchies: [G:\Development Environments\Minecraft\Modding]
- 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]
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > error: release version 17 not supported
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --debug option to get more log output.
- * Get more help at https://help.gradle.org
- BUILD FAILED in 945ms
Advertisement
Add Comment
Please, Sign In to add comment