Skip to content

Commit

Permalink
fix(finos#1693): Remove gradle wrapper from git ignore
Browse files Browse the repository at this point in the history
The gradle wrapper is required for jitpack to correctly package the project into a lib
  • Loading branch information
Tom-hayden committed Jul 31, 2020
1 parent 8d4ea5f commit 99b4890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ bin/datahelix.jar

# Ignore Gradle project-specific cache directory
.gradle/
gradle/
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 99b4890

Please sign in to comment.