diff --git a/README.md b/README.md index 0e25ca28534..610c637892b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`: io.grpc grpc-netty-shaded 1.43.1 + runtime io.grpc @@ -65,7 +66,7 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`: Or for Gradle with non-Android, add to your dependencies: ```gradle -implementation 'io.grpc:grpc-netty-shaded:1.43.1' +runtimeOnly 'io.grpc:grpc-netty-shaded:1.43.1' implementation 'io.grpc:grpc-protobuf:1.43.1' implementation 'io.grpc:grpc-stub:1.43.1' compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+