Change link to gradle build file (moved to new repo)

This commit is contained in:
ghubstan 2022-03-17 06:34:45 -03:00
parent db419e0bdd
commit 00ac4e6aec
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -42,9 +42,9 @@ directory (`my-api-app`), and the Bisq .proto files are located in a directory n
### Generate Bisq API protobuf stubs using Gradle grpc-java plugin (recommended)
You can generate the API stubs in a Gradle project using the [protoc-gen-grpc-java](https://github.com/grpc/grpc-java)
plugin. The [build.gradle](https://github.com/ghubstan/bisq-grpc-api-doc/blob/main/build.gradle)
file used in the project that builds this document could be modified to suit you.
You can generate Java API stubs in a Gradle project using the [protoc-gen-grpc-java](https://github.com/grpc/grpc-java)
plugin. Try the [build.gradle](https://github.com/ghubstan/bisq-api-reference/blob/main/java-examples/build.gradle)
file used by the project providing the Java examples for this document; it should work for you.
_Note: You can also generate stubs with [protoc-gen-grpc-java](https://github.com/grpc/grpc-java) in maven projects._