"gradlew eclipse" not creating an "eclipse" folder
MrAnima opened this issue ยท 5 comments
I have followed the build instructions written in the README.md, and even though Gradle tells me that the build was successful, no "eclipse" folder appears in the root of the project. Does this folder have a different location ? I had previously built a few other mods, and nothing wrong occurred.
Thanks !
@MrAnima You don't need that folder. Just import the gradle project in idea or in eclipse after running gradlew.bat setupDecompWorkspace
.
Okay, thanks a lot, I was used to the classic way of doing things. I'll try that tomorrow.
@MrAnima Is this fine now?
Oh, sorry, everything's fine, I was busy exploring the code and completely forgot, a big thank you for your help, have a great day!