-
-
Notifications
You must be signed in to change notification settings - Fork 424
RFC: New transformers #1848
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
Closed
Closed
RFC: New transformers #1848
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Goooler
reviewed
Nov 15, 2025
.../com/github/jengelman/gradle/plugins/shadow/transformers/DeduplicatingResourceTransformer.kt
Outdated
Show resolved
Hide resolved
...n/com/github/jengelman/gradle/plugins/shadow/transformers/ApacheNoticeResourceTransformer.kt
Outdated
Show resolved
Hide resolved
...n/com/github/jengelman/gradle/plugins/shadow/transformers/MergeLicenseResourceTransformer.kt
Outdated
Show resolved
Hide resolved
...om/github/jengelman/gradle/plugins/shadow/transformers/MergePropertiesResourceTransformer.kt
Outdated
Show resolved
Hide resolved
Goooler
reviewed
Nov 15, 2025
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/internal/WithPatternFilterable.kt
Outdated
Show resolved
Hide resolved
This was referenced Nov 15, 2025
Goooler
reviewed
Nov 17, 2025
...n/com/github/jengelman/gradle/plugins/shadow/transformers/ApacheNoticeResourceTransformer.kt
Outdated
Show resolved
Hide resolved
b70a321 to
665583e
Compare
Contributor
Author
|
(Just maintaining the branch for this draft PR as a "collection of things to split out".) |
665583e to
93c8ba8
Compare
This was referenced Nov 17, 2025
93c8ba8 to
7475920
Compare
aka: "which dependencies contain the path XYZ"
7475920 to
6b91178
Compare
This was referenced Nov 18, 2025
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@Goooler I've created a couple new transformers. Would you mind taking a look which ones you think make sense for the project? I would then create individual PRs including tests for each of those.