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.
Comments
Post a Comment