Skip to content

Commit cce97f1

Browse files
crossoverJieasweet-confluent
authored andcommitted
fix ci
1 parent 9680219 commit cce97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/grpc-1.6/library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val grpcVersion = "1.6.0"
77

88
dependencies {
99
library("io.grpc:grpc-core:$grpcVersion")
10-
library("com.google.protobuf:protobuf-java:3.25.3")
10+
compileOnly("com.google.protobuf:protobuf-java:3.25.3")
1111

1212
testLibrary("io.grpc:grpc-netty:$grpcVersion")
1313
testLibrary("io.grpc:grpc-protobuf:$grpcVersion")

0 commit comments

Comments
 (0)