Jakob Homan created SAMZA-475:
---------------------------------
Summary: Add gradlew.bat to rat exclude file
Key: SAMZA-475
URL: https://issues.apache.org/jira/browse/SAMZA-475
Project: Samza
Issue Type: Improvement
Components: build
Affects Versions: 0.8.0
Reporter: Jakob Homan
Priority: Minor
Fix For: 0.9.0
After a fresh run of the bootstrap gradle script, gradlew.bat is included and
is flagged by rat during checks. Since this is basically a generated file -
and not part of the ASF - we don't need a license and can exclude it from rat's
critical gaze.
{noformat}:rat
Unknown license:
/Users/jahoman/Downloads/samzarc/apache-samza-0.8.0-incubating-src/gradlew.bat
Rat report: build/rat/rat-report.html
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)