mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
Change link to gradle build file (moved to new repo)
This commit is contained in:
parent
db419e0bdd
commit
00ac4e6aec
@ -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._
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user