Skip to content

Commit b4967e4

Browse files
Mark Perrymperry
authored andcommitted
Added gradle wrapper
1 parent eb6ec12 commit b4967e4

File tree

5 files changed

+264
-0
lines changed

5 files changed

+264
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ allprojects {
3636
subprojects {
3737

3838
}
39+
40+
task wrapper(type: Wrapper) {
41+
gradleVersion = '1.11'
42+
}

gradle/wrapper/gradle-wrapper.jar

49.9 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Tue Jun 10 12:02:45 EST 2014
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

gradlew

Lines changed: 164 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)