Gradle wrapper should not be excluded from source files.

It is needed by other users to setup a dev envoriment
This commit is contained in:
Andrej Savikin
2016-06-10 10:57:06 +02:00
committed by Andrej Savikin
parent 7e3781a523
commit 6c5fe2c2aa
3 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@@ -3,7 +3,6 @@
.settings/ .settings/
build/ build/
eclipse/ eclipse/
gradle/
.classpath .classpath
.nb-gradle-properties .nb-gradle-properties
.project .project
@@ -13,4 +12,4 @@ run/
*.ipr *.ipr
*.iws *.iws
.idea/ .idea/
out/ out/

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#Mon Sep 14 12:28:28 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip