Skip to content

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