Reputation: 73
I'm trying to import a GitHub project into Intellij. First I downloaded the project, then I opened Intellij, I clicked on import project then import project from external model (gradle), next, Use auto-import.
Here the owner mentioned that one must select "Use default gradle (recommended)", but I don't find it.
So I selected "use gradle wrapper task configuration" then finish. I got this screen.
Can anyone help me please?
Upvotes: 0
Views: 1416
Reputation: 73
Problem resolved. It was caused by the SDK. select build.gradle -> build -> build project -> select the JDK as SDK
Upvotes: 1