Update plugin shadow to v9.6.1 - #1047
Open
renovate[bot] wants to merge 3 commits into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-9.x
branch
from
July 27, 2026 16:02
321e510 to
6c822f5
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-9.x
branch
from
July 28, 2026 05:18
6c822f5 to
96755df
Compare
egorikftp
force-pushed
the
renovate/com.gradleup.shadow-9.x
branch
from
July 30, 2026 07:21
10d4417 to
e20e685
Compare
Goooler
approved these changes
Jul 30, 2026
Comment on lines
+85
to
+94
| exclude(group = "com.android.tools.build", module = "aapt2-proto") | ||
| exclude(group = "com.android.tools.ddms") | ||
| exclude(group = "com.android.tools.layoutlib") | ||
| exclude(group = "com.android.tools", module = "sdklib") | ||
| exclude(group = "com.google.code.gson") | ||
| exclude(group = "com.google.protobuf") | ||
| exclude(group = "org.apache.commons") | ||
| exclude(group = "org.bouncycastle") | ||
| exclude(group = "org.glassfish.jaxb") | ||
| exclude(group = "net.sf.kxml") |
Member
There was a problem hiding this comment.
It’s about removing dead, unused code—the same as we have in "idea-plugin" (except Guava). I see that the embedded R8 added more rules from consumer libraries.
Member
There was a problem hiding this comment.
We can suppress the warnings/errors from R8 by -dontwarn. Or exclude these dependencies in shadowJar.minimize {}. I prefer the first solution.
Member
There was a problem hiding this comment.
Updated to use pure R8 logic, but it increases the JAR size by up to ~2 MB compared to the previous approach
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.
This PR contains the following updates:
9.4.1→9.6.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.