Revision c8b6485c47dd846c08eece6eca788d3b18e7c46b authored by Arunachalam Thirupathi on 30 May 2014, 20:19:09 UTC, committed by Arunachalam Thirupathi on 30 May 2014, 20:19:09 UTC
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.
1 parent 95e0c86
History
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
lib
src
test
.classpath -rw-r--r-- 4.2 KB
.gitignore -rw-r--r-- 233 bytes
.project -rw-r--r-- 426 bytes
CONTRIBUTORS -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 11.1 KB
NOTES -rw-r--r-- 2.5 KB
NOTICE -rw-r--r-- 8.1 KB
README.md -rw-r--r-- 4.5 KB
build.gradle -rw-r--r-- 9.5 KB
build.xml -rw-r--r-- 21.8 KB
gradle.properties -rw-r--r-- 1.2 KB
gradlew -rwxr-xr-x 5.0 KB
gradlew.bat -rw-r--r-- 2.3 KB
release_notes.txt -rw-r--r-- 35.2 KB
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top