chore(build): Remove commons-compress from buildscript classpath#5463
Draft
runningcode wants to merge 2 commits into
Draft
chore(build): Remove commons-compress from buildscript classpath#5463runningcode wants to merge 2 commits into
runningcode wants to merge 2 commits into
Conversation
Remove org.apache.commons:commons-compress from the buildscript classpath dependency and version catalog to see if it is actually needed by the build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📲 Install BuildsAndroid
|
AGP brings an older commons-compress that conflicts with Spring Boot's bootJar task which needs 1.25.0+. Excluding it from AGP lets Spring Boot resolve its own version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
📜 Description
Remove
org.apache.commons:commons-compressfrom the buildscript classpath and version catalog. This dependency was added to the buildscript but it's unclear what actually needs it at build time. Creating this PR to let CI tell us if anything breaks.💡 Motivation and Context
Investigating whether this buildscript dependency is actually required. If CI passes, we can drop it and reduce the build classpath.
💚 How did you test it?
CI will tell us.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
If CI passes, mark ready for review and merge. If it fails, we know what depends on it.
#skip-changelog