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

Update build.gradle files to work with gradle 7 #1722

Closed JHarrisSL closed 3 years ago

JHarrisSL commented 3 years ago

Description

Nightly build was failing as it was using gradle7

Changes

Update the build.gradle files for compatibility with gradle7

Additional notes

Issue

Resolves #1721