finos / datahelix

The DataHelix generator allows you to quickly create data, based on a JSON profile that defines fields and the relationships between them, for the purpose of testing and validation
https://finos.github.io/datahelix/
Apache License 2.0
141 stars 50 forks source link

fix(#1693): Remove gradle wrapper from git ignore #1694

Closed Tom-hayden closed 4 years ago

Tom-hayden commented 4 years ago

The gradle wrapper is required for jitpack to correctly package the project into a lib

Description

Removes gradle/ from gitignore and readd gradle wrapper to project. It seems that this is a contentious issue (see here https://stackoverflow.com/questions/20348451/why-should-the-gradle-wrapper-be-committed-to-vcs) however without this jitpack defaults to using gradle 4.x which causes it to fail.

Issue

Related to #1693 Requires a small change in the datahelix ui repo to resolve this issue.