That is what i've done but let still doesn't allow me to click finish, even if a create a totally different folder in a different directory and try to import it into that
I'm trying to import the gradle project by giving it my mod directory but its complaining about the root directory is the same directory as my workspace one.
I've tried making a folder within my workspace for eclipse but then it does nothing when i press finish after giving it the root directory for the gradle project.
I'm wanting to update my mod from 1.12.2 to 1.19.2 but i've tried making a new project for 1.19.2 (1.19.2-43.1.7 on forge) and ran all the commands yet there doesn't seem to be a eclipse folder that i can open with eclipse.
After Running (in the correct directory)
gradlew genEclipseRuns
then
gradlew eclipse
it still doesnt create one. It does create a .project file but i've tried many things on eclipse and still i can find no way to open it. If i open the folder as a whole or create a eclipse folder the eclipse package explorer is empty. I've looked up on how people make this but everyone seems to be using intellij idea.
The version of eclipse i'm using eclipse 2018-09 (4.9.0)
I have java 17 jdk installed is well.
I've been following along with the forge docs.