Skip to content

Commit 497c16c

Browse files
committed
Add checker-qual to s2a gradle build dependencies
1 parent 99e9bde commit 497c16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s2a/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description = "gRPC: S2A"
1212

1313
dependencies {
1414
implementation libraries.s2a.proto
15+
implementation 'org.checkerframework:checker-qual:3.49.5'
1516

1617
api project(':grpc-api')
1718
implementation project(':grpc-stub'),

0 commit comments

Comments
 (0)