We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a405c8 commit 692aabeCopy full SHA for 692aabe
servicetalk-grpc-protoc/build.gradle
@@ -34,6 +34,8 @@ dependencies {
34
testImplementation project(":servicetalk-grpc-protobuf")
35
testImplementation "org.junit.jupiter:junit-jupiter-api"
36
testImplementation "org.hamcrest:hamcrest:$hamcrestVersion"
37
+
38
+ testRuntimeOnly "com.squareup:javapoet:$javaPoetVersion"
39
}
40
41
jar {
0 commit comments