We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633ffe1 commit a5c6a86Copy full SHA for a5c6a86
proto/build.gradle.kts
@@ -2,9 +2,8 @@ import com.google.protobuf.gradle.*
2
3
buildscript {
4
extra.apply {
5
- set("grpcVersion","+")
6
- set("protocVersion","+")
7
- set("protobufPluginVersion", "0.8.11")
+ set("protocVersion", "+")
+ set("protobufPluginVersion", "0.8.12")
8
}
9
10
repositories {
@@ -28,10 +27,10 @@ repositories {
28
27
29
30
dependencies {
+ implementation("javax.annotation:javax.annotation-api:+")
31
implementation("io.grpc:grpc-netty:${property("grpcVersion")}")
32
implementation("io.grpc:grpc-protobuf:${property("grpcVersion")}")
33
implementation("io.grpc:grpc-stub:${property("grpcVersion")}")
34
- implementation("javax.annotation:javax.annotation-api:+")
35
36
37
protobuf {
0 commit comments