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

Remove duplicate checkstyle.jar #685

Merged
merged 1 commit into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. remove duplicate checkstyle.jar

    * remove and gitignore the checkstyle.jar in eclipsecs.core
    * have only the copy in eclipsecs.checkstyle remain
    * export packages of transitive dependencies from the
    eclipsecs.checkstyle project. this is not a good practice, but
    represents exactly what happened before: consuming the third party
    dependencies from the checkstyle library
    
    fixes checkstyle#385
    
    In a follow-up change the re-exported packages should be removed, and
    instead be replaced by taking the respective libraries into the target
    platform.
    Bananeweizen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    73222fe View commit details
    Browse the repository at this point in the history