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

Fix spotlessFiles parameter tests #737

Merged
merged 2 commits into from
Nov 17, 2020
Merged

Commits on Nov 17, 2020

  1. Fix spotlessFiles parameter tests

    - Unix regex for wrapped in `'`. `\\` is not needed anymore.
    - On Windows paths use backslashes, so `\\\\` has to be used.
    2 for java strings and 2 since this parameter is treated as a regex.
    driv committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f841d27 View commit details
    Browse the repository at this point in the history
  2. Update plugin-maven/CHANGES.md

    driv committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e3b4e10 View commit details
    Browse the repository at this point in the history