-
Notifications
You must be signed in to change notification settings - Fork 61
chore: upgrade Gradle to 8.14.3 #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Update main gradle-wrapper.properties.mustache from 8.2.1 to 8.14.3 - Update example gradle-wrapper.properties from 8.0 to 8.14.3
WalkthroughUpdated Gradle wrapper distribution URLs to version 8.14.3 in two Java template locations. No other changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these settings in your CodeRabbit configuration.
📒 Files selected for processing (2)
config/clients/java/template/example/example1/gradle/wrapper/gradle-wrapper.properties(1 hunks)config/clients/java/template/gradle-wrapper.properties.mustache(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: build-and-test-java-sdk
- GitHub Check: build-and-test-go-sdk
🔇 Additional comments (3)
config/clients/java/template/example/example1/gradle/wrapper/gradle-wrapper.properties (1)
3-3: LGTM: Gradle wrapper bumped to 8.14.3 (bin) as intended.Change looks correct and consistent with the PR goal (Java 24 support via newer Gradle).
config/clients/java/template/gradle-wrapper.properties.mustache (2)
3-3: LGTM: Template updated to 8.14.3 (all) and aligned with the upgrade.Looks good. Keeping “-all.zip” here is fine if you want sources/Javadoc available in generated SDK projects.
3-3: Repository-wide check — all Gradle wrappers reference 8.14.3Scanned the repo: every distributionUrl points to gradle-8.14.3 and no wrapper files are missing distributionSha256Sum.
Files found:
- config/clients/java/template/gradle-wrapper.properties.mustache — distributionUrl=https://services.gradle.org/distributions/gradle-8.14.3-all.zip
- config/clients/java/template/example/example1/gradle/wrapper/gradle-wrapper.properties — distributionUrl=https://services.gradle.org/distributions/gradle-8.14.3-bin.zip
Summary by CodeRabbit