eclipse-dash / dash-licenses

Extract license information from content.
http://projects.eclipse.org/projects/technology.dash
Eclipse Public License 2.0
48 stars 33 forks source link

docs(README): update the Gradle section #295

Open borisrizov-zf opened 11 months ago

borisrizov-zf commented 11 months ago

Summary

The bash version using grep is inconsistent, that's why an extensive Gradle version, written in Groovy, is used to download the dash.jar resolve all dependencies and run the Dash tool on them.

This allows for usage in ci/cd environments as the task will fail if the Dash run fails.