fix: remove gradle wrapper from .gitignore

This commit is contained in:
TopchetoEU 2022-09-21 09:52:18 +03:00
parent ff51eb8abc
commit 5ad5c6e71c
No known key found for this signature in database
GPG Key ID: 0F2543CA49C81E3A
3 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,6 +4,9 @@
!.gitignore !.gitignore
!build.gradle !build.gradle
!gradle.properties !gradle.properties
!gradle/
!gradle/wrapper/
!gradle/wrapper/*
!gradlew !gradlew
!gradlew.bat !gradlew.bat
!LICENSE !LICENSE

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

Binary file not shown.

View File

@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists