4

I have created gradle project from here and while importing Gradle(STS) from eclipse I am getting error enter image description here and image of error log is enter image description here

So, I am not able to import my project. any suggestion?

Lokesh Kumar Gaurav
  • 726
  • 1
  • 8
  • 24

2 Answers2

0

Hope this help others

I know its quite a late response. But, It might help others.

  • Download Gradle Zip from Gradle website
  • Open your eclipse Preferences
  • Select Gradle STS -> choose your gradle directory

This solved mine.

R9J
  • 6,605
  • 4
  • 19
  • 25
-1

Apologies for unable to reproduce this issue in my Eclipse or STS IDE. But, I have faced this issue in my IntelliJ IDE. The updated version of the IDE resolved this issue.

https://www.jetbrains.com/idea/download/#section=windows

AJV
  • 1