Skip to content

Commit

Permalink
libraries.errorprone.annotations dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erm-g committed Jul 8, 2024
1 parent ba2030b commit acd5147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tasks.named("jar").configure {
}

dependencies {
api project(':grpc-api')
api project(':grpc-api'),
libraries.errorprone.annotations

implementation project(':grpc-core'),
libraries.animalsniffer.annotations,
Expand Down

0 comments on commit acd5147

Please sign in to comment.