For some reason whenever I run the "import Existing Gradle Project" function in Eclipse it doesn't import any of the special tasks I wrote on my build.gradle.
My build.gradle:
I successfully ran ./gradlew build, but when I tried to run ./gradlew eclipse --warning-mode all --stacktrace, this message showed up in my terminal:
What should I do?
I'm nearly done making my first ever Forge mod, but for some reason I can only run it out of Eclipse. Whenever I try and run it out of the launcher it says that it's unable to connect to the authentication server. I asked around on Reddit and they told me to make sure I wrote my ClientProxy, ServerProxy and CommonProxy classes. What can I do to fix this?
Here's my CommonProxy file: