Skip to content
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

Add support for gRPC java #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shubhwip
Copy link
Contributor

@shubhwip shubhwip commented Apr 8, 2023

closes #243

Important Notes :

  • Had to upgrade gradle from 4.9 to 5.6 to add gRPC dependencies which led to some changes in plugins declaration in gradle build file.
  • Not sure how to keep these compiler flags with new gradle version as didn't find documentation for these flags anywhere
    it.options.compilerArgs += ["-XepAllDisabledChecksAsWarnings", "-XepDisableWarningsInGeneratedCode"]
    it.options.compilerArgs += ["-Xep:MutableMethodReturnType:OFF"]
    it.options.compilerArgs += ["-Xep:ReturnMissingNullable:OFF"]
    it.options.compilerArgs += ["-Xep:Var:OFF"]

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.

Add SQL commenter for gRPC Web Services
1 participant