chore: bump spotless google format to version 1.36.1 - #3567
Conversation
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe Maven build configuration updates the Spotless Google Java Format version from ChangesSpotless formatting configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a narrowly scoped formatting-tool version update with no actionable merge-blocking risk remaining after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the Spotless configuration in the root Maven build to use a newer google-java-format version, affecting how Java sources are formatted across the build.
Changes:
- Bumped Spotless
googleJavaFormatfrom1.28.0to1.36.1in the rootpom.xml.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <java> | ||
| <googleJavaFormat> | ||
| <version>1.28.0</version> | ||
| <version>1.36.1</version> | ||
| <reflowLongStrings>true</reflowLongStrings> |
Signed-off-by: Attila Mészáros a_meszaros@apple.com
Summary by CodeRabbit