Skip to content

Commit

Permalink
Merge pull request apache#24583: Suppress checker framework memory co…
Browse files Browse the repository at this point in the history
…nstraint warning
  • Loading branch information
kennknowles committed Dec 12, 2022
2 parents ff36dfc + c7cd6f4 commit 6bbc396
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ class BeamModulePlugin implements Plugin<Project> {
extraJavacArgs = [
"-AskipDefs=${skipDefCombinedRegex}",
"-AskipUses=${skipUsesCombinedRegex}",
"-AnoWarnMemoryConstraints",
"-AsuppressWarnings=annotation.not.completed,keyfor",
]

Expand Down

0 comments on commit 6bbc396

Please sign in to comment.