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

Commit 2a0f0bb

Browse files
authored
Merge pull request #1694 from Tom-hayden/fix/1693-Remove-gradle-wrapper-from-git-ignore
fix(#1693): Remove gradle wrapper from git ignore
2 parents 8d4ea5f + 99b4890 commit 2a0f0bb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ bin/datahelix.jar
1717

1818
# Ignore Gradle project-specific cache directory
1919
.gradle/
20-
gradle/

gradle/wrapper/gradle-wrapper.jar

53.9 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)