-
-
Notifications
You must be signed in to change notification settings - Fork 424
Document more about eachFile, filesMatching, and filesNotMatching
#1682
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
Conversation
6b4d32e to
d8ddcd8
Compare
ee49f5e to
37f53ae
Compare
...kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/ServiceFileTransformerTest.kt
Outdated
Show resolved
Hide resolved
…shadow/transformers/ServiceFileTransformerTest.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves documentation for handling duplicate file strategies in the ShadowJar plugin by replacing lengthy inline documentation with a reference to comprehensive web documentation and adding cross-references to related methods.
- Replaces detailed inline steps with a reference to external documentation
- Adds @see annotations for
eachFileandfilesNotMatchingmethods - Enhances test coverage and documentation with comprehensive examples showing different approaches to handling duplicates
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ShadowJar.kt | Simplified KDoc by replacing detailed steps with external documentation reference and added method cross-references |
| ServiceFileTransformerTest.kt | Added new test for eachFile strategy override and improved test method naming consistency |
| docs/configuration/merging/README.md | Expanded documentation with comprehensive examples showing multiple approaches to handling duplicate strategies |
Closes #1677.