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

Conversation

Bananeweizen
Copy link
Collaborator

  • 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 #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.

Please be aware this change is based on #684 and #681, therefore those should be merged first.

* 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
Copy link
Collaborator Author

Merging, so I can continue with other PRs that modify the classpath and dependency chain. Feel free to still raise issues or comments.

@Bananeweizen Bananeweizen merged commit d74a25f into checkstyle:master Apr 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

duplicate nested checkstyle jar
1 participant