Skip to content

Conversation

@smillst
Copy link
Member

@smillst smillst commented Nov 14, 2025

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 14, 2025

📝 Walkthrough

Walkthrough

Replaced hard-coded stubparser dependency versions in framework/build.gradle with a new variable stubparserVersion, and added stubparserVersion=3.27.1 to gradle.properties. Both api("org.checkerframework:stubparser:...") and stubifierImplementation("org.checkerframework:stubparser:...") now reference ${stubparserVersion} instead of literal versions.

Possibly related PRs

Pre-merge checks and finishing touches

✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@smillst smillst changed the title Remove stubifierImplementation which isn't used. Unify Stubparser version. Nov 14, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d8aa1e1 and 7fac873.

📒 Files selected for processing (2)
  • framework/build.gradle (1 hunks)
  • gradle.properties (1 hunks)
🔇 Additional comments (1)
gradle.properties (1)

21-21: Add version property for centralized dependency management.

The new stubparserVersion property follows the established convention in this file and enables consistent version management across build configurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants