Skip to content

Commit e47f771

Browse files
committed
Add gradle wrapper
1 parent 6ba6071 commit e47f771

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ fabric.properties
8686
# Ignore Gradle GUI config
8787
gradle-app.setting
8888

89-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
90-
!gradle-wrapper.jar
91-
92-
# Avoid ignore Gradle wrappper properties
93-
!gradle-wrapper.properties
94-
9589
# Cache of project
9690
.gradletasknamecache
9791

@@ -125,3 +119,9 @@ gradle-app.setting
125119
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
126120
hs_err_pid*
127121
replay_pid*
122+
123+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
124+
!gradle-wrapper.jar
125+
126+
# Avoid ignore Gradle wrappper properties
127+
!gradle-wrapper.properties

gradle/wrapper/gradle-wrapper.jar

42.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)