As the company's new project development was converted from MAVEN to the Gradle project, I was the first to contact the Gradle project, so I met my first problem and failed to import the Gradle project from SVN with Eclipse.
At first I was like the usual from the SVN lead project, checked out as a new project, project type selection Gradle project, the final result is that Eclipse gave me a new Gradle project, no SVN code and content, the project is not associated with SVN, That's no way to develop it. Then look for Niang asked Google, also did not find any information, then had to solve their own.
1. Do not select a new item when checking out the project, select "As a project in the workspace", then click Finish.
2. Turn the project into a Gradle project, right-click the imported project->configure->add Gradle natrue
3. Complete