Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 5f51020

Browse files
committed
Add gradle-wrapper.jar
1 parent 7de3259 commit 5f51020

5 files changed

Lines changed: 28 additions & 29 deletions

File tree

.gitignore

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# Created by .ignore support plugin (hsz.mobi)
2+
### Kotlin template
3+
# Compiled class file
4+
*.class
5+
6+
# Log file
7+
*.log
8+
9+
# BlueJ files
10+
*.ctxt
11+
12+
# Mobile Tools for Java (J2ME)
13+
.mtj.tmp/
14+
15+
# Package Files #
16+
*.jar
17+
*.war
18+
*.nar
19+
*.ear
20+
*.zip
21+
*.tar.gz
22+
*.rar
23+
24+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25+
hs_err_pid*
26+
227
### Gradle template
328
.gradle
429
/build/
@@ -45,31 +70,5 @@ com_crashlytics_export_strings.xml
4570
crashlytics.properties
4671
crashlytics-build.properties
4772
fabric.properties
48-
49-
### Kotlin template
50-
# Compiled class file
51-
*.class
52-
53-
# Log file
54-
*.log
55-
56-
# BlueJ files
57-
*.ctxt
58-
59-
# Mobile Tools for Java (J2ME)
60-
.mtj.tmp/
61-
62-
# Package Files #
63-
*.jar
64-
*.war
65-
*.nar
66-
*.ear
67-
*.zip
68-
*.tar.gz
69-
*.rar
70-
71-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
72-
hs_err_pid*
73-
7473
# Libs
7574
!/lib/eea-4.3.0-SNAPSHOT-all.jar

gradle/wrapper/gradle-wrapper.jar

53.9 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)