cjstehno/gradle-natives

Create drone.io automated build

Closed this issue · 2 comments

Need an automated build setup.

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.

Wow, ok, kind of obscure... if you set the build command to:

chmod +x gradlew
./gradle w build

It will run the build properly.