Add gradle files to git for automatic building.
This commit is contained in:
parent
e3ec1982d0
commit
7391eef0e8
12 changed files with 7 additions and 0 deletions
BIN
.gradle/4.4.1/fileChanges/last-build.bin
Normal file
BIN
.gradle/4.4.1/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/fileContent/annotation-processors.bin
Normal file
BIN
.gradle/4.4.1/fileContent/annotation-processors.bin
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/fileContent/fileContent.lock
Normal file
BIN
.gradle/4.4.1/fileContent/fileContent.lock
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/4.4.1/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/4.4.1/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/fileHashes/resourceHashesCache.bin
Normal file
BIN
.gradle/4.4.1/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/taskHistory/taskHistory.bin
Normal file
BIN
.gradle/4.4.1/taskHistory/taskHistory.bin
Normal file
Binary file not shown.
BIN
.gradle/4.4.1/taskHistory/taskHistory.lock
Normal file
BIN
.gradle/4.4.1/taskHistory/taskHistory.lock
Normal file
Binary file not shown.
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
.gradle/buildOutputCleanup/cache.properties
Normal file
2
.gradle/buildOutputCleanup/cache.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
#Wed Oct 02 13:35:30 CEST 2019
|
||||
gradle.version=4.4.1
|
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
Binary file not shown.
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
|
Reference in a new issue