NeuronRobotics / BowlerStudio_legacy

Bowler Robotics Development Studio
http://neuronrobotics.com/
Other
25 stars 4 forks source link

[readme] Use gradlew script to bootstrap gradle on Unix #56

Closed sjkelly closed 8 years ago

sjkelly commented 8 years ago

Since GitHub made it really difficult to comment on a rich preview, I am filing this more as an RFC.

gradle assemble doesn't seem to be the right command on either of my linux boxes, so I was wondering if this is a better approach. Or should system gradle be expected?

madhephaestus commented 8 years ago

whats the error? you would need to install Gradle, althoug the gradlew local script will bootstrap itself, which works, but means every compile is downloading its own binary each time.

another issue is that assemble will attempt to sign and push to sonnotype Maven repo. Ill change this to "gradle jar" instead.

madhephaestus commented 8 years ago

resolved with 4d51661a33fe897fd9db54719c93320c50730cb5