gradle wrapper

This commit is contained in:
Dominik Schürmann
2013-05-25 23:13:39 +02:00
parent bcd951e968
commit 4275019747
7 changed files with 18 additions and 7 deletions

4
build.gradle Normal file
View File

@@ -0,0 +1,4 @@
task wrapper(type: Wrapper) {
gradleVersion = '1.6'
}