gradle - 'gradlew eclipse' command is not working -
i have checked in code following url
https://github.com/spring-projects/spring-integration-samples
now try build code , give command 'gradlew eclipse'
and getting 522 error code. please resolve erro
eclipse
task not available in root project because eclipse plugin not applied on project. add
apply plugin:'eclipse'
near top of build.gradle , try again.
Comments
Post a Comment