-
Notifications
You must be signed in to change notification settings - Fork 407
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
Refactor file visiting logic in StreamAction #1233
Merged
Goooler
merged 42 commits into
main
from
g/20250206/fix-duplicates-strategy-for-transformers
Feb 24, 2025
Merged
Refactor file visiting logic in StreamAction #1233
Goooler
merged 42 commits into
main
from
g/20250206/fix-duplicates-strategy-for-transformers
Feb 24, 2025
+334
−511
Conversation
This file contains 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
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
25edc88
to
3832bed
Compare
…ates-strategy-for-transformers // Conflicts: // src/docs/changes/README.md
This reverts commit ec3df52.
b19bb44
to
265e159
Compare
265e159
to
ab7aa30
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
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.
Relocate
should remove empty folder after relocating. Goooler/shadow#92.