Open PotatoSUS opened 1 year ago
Maybe just download the jar from the releases tab
It looks like you are trying to build a project using Gradle, but the build is failing. To troubleshoot the issue, it might be helpful to try running the build with the --stacktrace and --debug options as suggested in the error message:
gradlew build --stacktrace --debug
This will give you more information about the error and may help you identify the cause of the problem.
If the issue persists after trying this, it might also be helpful to try the following:
Check if there are any error messages or exceptions that might provide more information about the problem. Check if there are any known issues or common problems that might be causing the build to fail. Check if there are any dependencies or plugins that might be causing the build to fail. Check if there are any issues with your build configuration or build script. Check if there are any issues with the environment in which the build is running, such as outdated software or conflicting dependencies.
One possible cause of this issue could be that you do not have the Java Development Kit (JDK) installed on your machine, or that you have an outdated version of the JDK installed.
To check if you have the JDK installed, you can try running the following command:
java -version
This will display the version of the JDK that is currently installed on your machine. If the command is not recognized, it means that the JDK is not installed.
If you do have the JDK installed, you should also ensure that it is version 17 or higher, as earlier versions may not be compatible with your project. To check the version of the JDK, you can look for the "version" field in the output of the java -version command.
If you do not have the JDK installed, or if you have an older version of the JDK installed, you will need to install the latest version of the JDK in order to build your project. You can download the latest version of the JDK from the Java SE Downloads page.
I hope this helps! If you have already checked that you have the correct version of the JDK installed and are still encountering issues, please provide more information about your project and any additional error messages or log output that you have encountered.
Describe the bug
when i go to build the project it just crashes
Crashlog
C:\Users\negroware\IdeaProjects\meteor-rejects>gradlew Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
What went wrong: Gradle could not start your build.
Try:
Get more help at https://help.gradle.org
BUILD FAILED in 10s
Steps to reproduce
Operating System
None
Addon Version
No response
Meteor Version
latest
Minecraft Version
latest
Other mods