Free more disk space by uninstalling large packages#299
Merged
amitdev merged 1 commit intoamitdev:masterfrom Feb 3, 2026
Merged
Free more disk space by uninstalling large packages#299amitdev merged 1 commit intoamitdev:masterfrom
amitdev merged 1 commit intoamitdev:masterfrom
Conversation
Contributor
Author
|
Alternatively, we could skip some of the (currently) 6 version for the verifyPlugin tasks. Currently, we use Lines 112 to 114 in eb871ee |
Contributor
|
Hello, is there something preventing this pr from being merged ? 🤔 |
Contributor
Author
Contributor
Author
Owner
|
Sorry for the delay, but I merged most PRs and released 2.1.0. Really
appreciate your contributions!
Regards,
Amit
…On Wed, Feb 4, 2026 at 6:18 AM Andreas Dangel ***@***.***> wrote:
*adangel* left a comment (amitdev/PMD-Intellij#299)
<#299 (comment)>
@amitdev <https://github.com/amitdev> Many thanks for merging!
Could you take a look at #304
<#304> and #306
<#306> ?
When do you plan to do the next release? I'd really like to have these in
an official released version. If you want, I can support you with the
release. Let me know.
—
Reply to this email directly, view it on GitHub
<#299 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHMTM65FK5SKIX7B2T2GHT4KDYAXAVCNFSM6AAAAACQXNK2XOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQNBTGE4DAOBUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
Author
Thank you @amitdev ! |
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 removes more packages, allowing to run the "verifyPlugin" task to verify against 6 (!) IDE versions (241, 242, 243, 251, 252, 253).
Fixes #295
Once this is merged, I suggest to rerun the other open PRs (especially #298) and release a last version, that is compatible with 241. After that, we should update the minimum version (
pluginSinceBuild) to at least 243 or newer. As, once 261 is released, we probably run into the disk space problem again.