Create drone.io automated build
Closed this issue · 2 comments
cjstehno commented
Need an automated build setup.
cjstehno commented
Looks like Drone.io only supports up to Groovy 2.1 and has issues with Gradle wrapper support... might need to find another option or bail on automated builds.
cjstehno commented
Wow, ok, kind of obscure... if you set the build command to:
chmod +x gradlew
./gradle w build
It will run the build properly.