File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.google.protobuf'
22
3- def protobufVersion = " 3.20.3 "
3+ def protobufVersion = " 3.19.2 "
44
55def grpcVersion = " 1.14.0"
66
77dependencies {
88 compile group : ' com.google.protobuf' , name : ' protobuf-java' , version : protobufVersion
99 compile group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : protobufVersion
10- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.9.0'
11-
1210 compile group : ' net.jcip' , name : ' jcip-annotations' , version : ' 1.0'
1311
1412// checkstyleConfig "com.puppycrawl.tools:checkstyle:${versions.checkstyle}"
@@ -19,9 +17,6 @@ dependencies {
1917 // end google grpc
2018
2119 compile group : ' com.google.api.grpc' , name : ' googleapis-common-protos' , version : ' 0.0.3'
22- compile group : ' io.netty' , name : ' netty-codec-http' , version : ' 4.1.78.Final'
23- compile group : ' io.netty' , name : ' netty-handler' , version : ' 4.1.78.Final'
24- compile group : ' io.netty' , name : ' netty-codec-http2' , version : ' 4.1.78.Final'
2520}
2621
2722tasks. matching { it instanceof Test }. all {
You can’t perform that action at this time.
0 commit comments