I was trying to start making a minecraft mod and I found a video on youtube. all was going well until I ran the cmd prompt, the build failed with the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Task 'setupDecopworkspace' not found in root project 'EthansModUnnamed'.
* Try:
Run gradlew tasks to get a list of available tasks. 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.
> root project > Resolve files of :_compileJava_1 > log4j-core-2.8.1.jar > 871 KB/1.34 MB downloaded
* Get more help at https://help.gradle.orgeJava_1 > netty-all-4.1.9.Final.jar > 1.98 MB/3.35 MB downloaded
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 2m 0s
can someone please help? I dont know how to fix this