Skip to content

Log dependency-addition messages at info level - #34

Merged
AkaZver merged 1 commit into
AkaZver:masterfrom
RaySinnema:fix/reduce-log-level
Aug 20, 2026
Merged

Log dependency-addition messages at info level#34
AkaZver merged 1 commit into
AkaZver:masterfrom
RaySinnema:fix/reduce-log-level

Conversation

@RaySinnema

Copy link
Copy Markdown
Contributor

Summary

  • Changes the plugin's dependency-addition log messages (e.g. "Adding MapStruct dependencies", "- org.mapstruct:mapstruct:...") from LOGGER.lifecycle to LOGGER.info, so they no longer show up in default Gradle build output.

Test plan

  • Build a project using the plugin and confirm these messages are hidden by default but visible with --info

🤖 Generated with Claude Code

These messages are informational and clutter default Gradle output; info level keeps them available without showing by default.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@AkaZver AkaZver self-assigned this Aug 20, 2026
@AkaZver AkaZver added the enhancement New feature or request label Aug 20, 2026
@AkaZver
AkaZver merged commit d09abe7 into AkaZver:master Aug 20, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants