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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -