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:

committed by
Andrej Savikin

parent
7e3781a523
commit
6c5fe2c2aa
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,7 +3,6 @@
|
||||
.settings/
|
||||
build/
|
||||
eclipse/
|
||||
gradle/
|
||||
.classpath
|
||||
.nb-gradle-properties
|
||||
.project
|
||||
@@ -13,4 +12,4 @@ run/
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
out/
|
||||
out/
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal 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
|
Reference in New Issue
Block a user