gradle - How do I use gradlew in Bamboo? -


i have project build in bamboo specific version of gradle. however, when bamboo executes ./gradlew

failing task since return code of [./gradlew clean build sonarrunner] -1 while expected 0 

how fix this?

in case checking in script svn windows, , bamboo running on rhel server. ./gradlew work, needed set svn:executable property true on gradlew file.

enter image description here


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -