Hi. I was trying to set up forge 1.20.1 following the next tutorial: https://www.youtube.com/watch?v=55qUIf3GMss&t=302s But when I try to execute 'Runclient' I get this error:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-17.0.10.7-hotspot\bin\java.exe'' finished with non-zero exit value 1
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
After using '--warning-mode all' I found out that the deprecated feature is 'runtimeClasspathCopy configuration'. But I don't know how to fix it. My JDK is "17.0.10". Could anybody help me fix this or give me some advise? thnks.