问题
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 ./gradlew eclipse, but if you are on a pc, maybe you need to be in a certain folder to do the gradlew command.
来源:https://stackoverflow.com/questions/35227466/gradlew-eclipse-command-is-not-working