Do not format precompiled Groovy convention plugins#1583
Merged
bulldozer-bot[bot] merged 2 commits intodevelopfrom Feb 18, 2026
Merged
Do not format precompiled Groovy convention plugins#1583bulldozer-bot[bot] merged 2 commits intodevelopfrom
bulldozer-bot[bot] merged 2 commits intodevelopfrom
Conversation
Generate changelog in
|
✅ Successfully generated changelog entry!Need to regenerate?Simply interact with the changelog bot comment again to regenerate these entries. 📋Changelog Preview🐛 Fixes
|
felixdesouza
previously approved these changes
Feb 18, 2026
…to callumr/handle-precompiled-groovy-dsl-plugins
Invalidated by push of 99427bf
|
👍 |
|
Released 2.88.0 |
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.
Before this PR
In #1568, we tweaked the excludes for generated code to not blanket exclude
buildfiles. However, an internal repo uses Convention Plugins which make these Java classes we do not need to format.Since these live at
build/groovy-dsl-plugins/output, they do not currently get excluded and we get errors of the forms:After this PR
==COMMIT_MSG==
Exclude precompiled Convention Plugins from formatting
==COMMIT_MSG==
Possible downsides?