Skip to content

Commit a5c6a86

Browse files
author
root
committed
gradle
1 parent 633ffe1 commit a5c6a86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

proto/build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import com.google.protobuf.gradle.*
22

33
buildscript {
44
extra.apply {
5-
set("grpcVersion","+")
6-
set("protocVersion","+")
7-
set("protobufPluginVersion", "0.8.11")
5+
set("protocVersion", "+")
6+
set("protobufPluginVersion", "0.8.12")
87
}
98

109
repositories {
@@ -28,10 +27,10 @@ repositories {
2827
}
2928

3029
dependencies {
30+
implementation("javax.annotation:javax.annotation-api:+")
3131
implementation("io.grpc:grpc-netty:${property("grpcVersion")}")
3232
implementation("io.grpc:grpc-protobuf:${property("grpcVersion")}")
3333
implementation("io.grpc:grpc-stub:${property("grpcVersion")}")
34-
implementation("javax.annotation:javax.annotation-api:+")
3534
}
3635

3736
protobuf {

0 commit comments

Comments
 (0)