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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -