'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 回答1: 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. 回答2: If your on a mac your problem is you need to do .