I am making A minecraftforge mod with gradle.
But I can’t Build my mod. It shows Error
This is the log:
To honour the JVM settings for this build a single-use Daemon process will be forked. See The Gradle Daemon.
Daemon will be stopped at the end of the build
Configure project :
Java: 1.8.0_311 JVM: 25.311-b11(Oracle Corporation) Arch: amd64
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 thehideOfficialWarningUntilChanged
task
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.
Task :reobfJar FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:reobfJar’.
java.util.zip.ZipException: error in opening zip file
-
Try:
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. -
Get more help at https://help.gradle.org
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.
BUILD FAILED in 23s
7 actionable tasks: 3 executed, 4 up-to-date
Please Help Me!
This is My Project File Link: