cjstehno / gradle-natives

Gradle plugin to aid in managing native libraries associated with Java-based projects.
http://cjstehno.github.io/gradle-natives/
Apache License 2.0
32 stars 4 forks source link

Create drone.io automated build #2

Closed cjstehno closed 10 years ago

cjstehno commented 10 years ago

Need an automated build setup.

cjstehno commented 10 years ago

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 10 years ago

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

chmod +x gradlew
./gradle w build

It will run the build properly.