Generate gradle wrapper to work with versions191/head
commitc8b6485c47dd846c08eece6eca788d3b18e7c46b
authorArunachalam Thirupathi <arunachalam.t@gmail.com>
Fri, 30 May 2014 20:19:09 +0000 (30 13:19 -0700)
committerArunachalam Thirupathi <arunachalam.t@gmail.com>
Fri, 30 May 2014 20:19:09 +0000 (30 13:19 -0700)
tree29cb330c35b9225a36d712ea0508910cb9454bd9
parent95e0c8681a4f3377e1d229d46b7aef8e57994ac0
Generate gradle wrapper to work with versions

Gradle version 1.12 is required for our gradle. But by default
most of us has only 1.4 . So the tasks will fail with compile
errors in these cases. Gradle provides a wrapper where it manages
the versions for us. Add task gradle wrapper and
it creates some files. These files can be checked into the
version control and people can run this command instead of gradle.
build.gradle
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]