Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'gradlew eclipse' command is not working

I have checked in code from the following URL

https://github.com/spring-projects/spring-integration-samples

Now I am try to build the code and give the command 'gradlew eclipse'

and I am getting 522 error code. Could you please help us to resolve the erro

like image 774
Kannan Thangadurai Avatar asked Oct 20 '25 01:10

Kannan Thangadurai


2 Answers

eclipse task is not available in the root project because eclipse plugin is not applied on that project. Add

apply plugin:'eclipse'

near the top of build.gradle and try again.

like image 126
RaGe Avatar answered Oct 22 '25 23:10

RaGe


If your on a mac your problem is you need to do ./gradlew eclipse, but if you are on a pc, maybe you need to be in a certain folder to do the gradlew command.

like image 35
ihatteeisiii Avatar answered Oct 22 '25 23:10

ihatteeisiii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!