Posted August 23, 20196 yr I have few questions about changes on 1.13.2 I remember with previous versions, after running "gradlew setupDecompWorkspace" and "gradlew eclipse" I was able to open that directory on Eclipse and everything was ready to go. Now in 1.13.2 apparently all we need to do is "gradlew eclipse" and "gradlew genEclipseRuns" However after doing that and opening the folder where we run this lines, no environment is ready, but instead we need to open the parent folder and then import that folder where we run de commands as a new project. While this leaves "everything" ready to start working. There are no "Run as" options, even when runClient.launch and runServer.launch files are there. What steps am I doing wrong, or what am I missing? Thanks a lot.
August 23, 20196 yr As far as I know, you don't need to execute any command from 1.13 onwards I use intelliJ and the only gradle task I need to run is the one to generate run configurations
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.