Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RAT check using Gradle #1157

Merged
merged 5 commits into from
Jan 15, 2020
Merged

Add RAT check using Gradle #1157

merged 5 commits into from
Jan 15, 2020

Commits on Jan 13, 2020

  1. Add Apache Rat check to gradle

    Additional Authors: Dawid Weiss <dweiss@apache.org>
    madrob committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    dbe3caf View commit details
    Browse the repository at this point in the history
  2. Minor RAT tweaks

    Tune include/exclude to match ant
    Rename in/ex patterns to be more clear about what their functions are
    madrob committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    d17fd3a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Define rat task on all projects, not just java

    Add java conditional inside the task so that we can verify source sets
    exist before using them.
    madrob committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    03a4341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8052104 View commit details
    Browse the repository at this point in the history
  3. whitespace

    madrob committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    62addc7 View commit details
    Browse the repository at this point in the history