Skip to content

Commit 692aabe

Browse files
Return javapoet back
1 parent 6a405c8 commit 692aabe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

servicetalk-grpc-protoc/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
testImplementation project(":servicetalk-grpc-protobuf")
3535
testImplementation "org.junit.jupiter:junit-jupiter-api"
3636
testImplementation "org.hamcrest:hamcrest:$hamcrestVersion"
37+
38+
testRuntimeOnly "com.squareup:javapoet:$javaPoetVersion"
3739
}
3840

3941
jar {

0 commit comments

Comments
 (0)