Hello, I have followed the download for the MDK link provided via the step by step modding guide: https://mcforge.readthedocs.io/en/latest/gettingstarted/. But unfortunately I have encountered the error, "Task 'setupDecompWorkspace' not found in root project". This may be due to command prompt telling me my gradle version 4.9 was not compatible with gradle 5.0. Specifically:
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
But if so I'd like to know the correct forgeGradle download to build in IntelliJ (or Eclipse as I have that installed if it is easier) or even another methodical solution to my dilemma. Any and all help will be appreciated, thank you in advance!