Refactor file visiting logic in StreamAction#1233
Merged
Conversation
77157a8 to
bfbaf94
Compare
d2b3fd9 to
ed97243
Compare
Goooler
commented
Feb 14, 2025
...t/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/AppendingTransformerTest.kt
Outdated
Show resolved
Hide resolved
4fd0cdf to
d2bec71
Compare
22668e3 to
8c56994
Compare
7f9f70f to
388909d
Compare
Goooler
commented
Feb 14, 2025
...t/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/AppendingTransformerTest.kt
Outdated
Show resolved
Hide resolved
388909d to
ab2957a
Compare
3ba23a1 to
30bab9c
Compare
1 task
bb9511f to
11a2577
Compare
Seems it's unused now.
1 task
11a2577 to
2e0b63c
Compare
…ates-strategy-for-transformers // Conflicts: // api/shadow.api // src/docs/changes/README.md // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt
> Returns the path of this file, relative to the root of the containing file tree. Always uses '/' as the hierarchy separator, regardless of platform file separator. Same as calling getRelativePath().getPathString().
…into g/20250206/fix-duplicates-strategy-for-transformers // Conflicts: // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowCopyAction.kt
410f902 to
117a658
Compare
…into g/20250206/fix-duplicates-strategy-for-transformers // Conflicts: // api/shadow.api // lint-baseline.xml // src/docs/changes/README.md // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/internal/RealStreamAction.kt // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowCopyAction.kt // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt
3e920a6 to
32825d1
Compare
This was referenced Feb 26, 2025
This was referenced Sep 16, 2025
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
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.
Relocateshould remove empty folder after relocating. Goooler/shadow#92.DuplicatesStrategy#520.