Skip to content

Commit

Permalink
examples: Add missing start scripts for JSON example
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed May 2, 2023
1 parent 572a7af commit 95207d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def createStartScripts(String mainClassName) {
}
}

createStartScripts('io.grpc.examples.advanced.HelloJsonClient')
createStartScripts('io.grpc.examples.advanced.HelloJsonServer')
createStartScripts('io.grpc.examples.cancellation.CancellationClient')
createStartScripts('io.grpc.examples.cancellation.CancellationServer')
createStartScripts('io.grpc.examples.customloadbalance.CustomLoadBalanceClient')
Expand Down

0 comments on commit 95207d2

Please sign in to comment.