| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR refines the Java dependency minimization feature to only enable it when dependency caching is active, avoiding unnecessary performance overhead when caching is disabled.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/init-action.ts | Adds dependency caching check to Java jar minimization logic and updates explanatory comment |
| lib/init-action.js | Generated JavaScript output (not reviewed per guidelines) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Follow-up to #3107 so that we don't bother setting the extractor flag when dependency caching is disabled, since the feature has a performance cost.
In the long term — when we remove the feature flag and enable it permanently — we'll want to come up with a more language-agnostic solution for this.