Skip to content

Commit e42492b

Browse files
committed
nit changes and drop unintended changes.
1 parent 5ba5431 commit e42492b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netty/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tasks.named("jar").configure {
1717

1818
dependencies {
1919
api project(':grpc-api'),
20-
libraries.netty.codec.http2,
20+
libraries.netty.codec.http2
21+
implementation project(':grpc-util'),
2122
project(':grpc-core'),
2223
libs.netty.handler.proxy,
2324
libraries.guava,

0 commit comments

Comments
 (0)