Skip to content

Commit

Permalink
Fix example comments for grpc gradle plugin dependency (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch committed Aug 26, 2020
1 parent 13ee468 commit 553bef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servicetalk-examples/grpc/helloworld/build.gradle
Expand Up @@ -42,7 +42,7 @@ protobuf {
servicetalk_grpc {
//// Users are expected to use "artifact" instead of "path". we use "path"
//// only because we want to use the gradle project local version of the plugin
// artifact = "io.servicetalk:servicetalk-grpc-proto:$serviceTalkVersion:all@jar"
// artifact = "io.servicetalk:servicetalk-grpc-protoc:$serviceTalkVersion:all@jar"
path = file("${project.rootProject.rootDir}/servicetalk-grpc-protoc/build" +
"/buildExecutable/servicetalk-grpc-protoc-${project.version}-all.jar").path
}
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-examples/grpc/routeguide/build.gradle
Expand Up @@ -43,7 +43,7 @@ protobuf {
servicetalk_grpc {
//// Users are expected to use "artifact" instead of "path". we use "path"
//// only because we want to use the gradle project local version of the plugin
// artifact = "io.servicetalk:servicetalk-grpc-proto:$serviceTalkVersion:all@jar"
// artifact = "io.servicetalk:servicetalk-grpc-protoc:$serviceTalkVersion:all@jar"
path = file("${project.rootProject.rootDir}/servicetalk-grpc-protoc/build" +
"/buildExecutable/servicetalk-grpc-protoc-${project.version}-all.jar").path
}
Expand Down

0 comments on commit 553bef6

Please sign in to comment.