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/
|
||||
|
Reference in New Issue
Block a user