From da91bd42d9ce564cd99567d8a802f3448805ed14 Mon Sep 17 00:00:00 2001 From: Jack Berg Date: Mon, 8 Jan 2024 14:16:48 -0600 Subject: [PATCH] Define support in readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9b7ff8c..e770efe 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,19 @@ with `-Prelease.version`: ./gradlew build -Prelease.version=1.0.0 ``` +## Support + +The generated java bindings published from this repository are provided as-is. + +For generic documentation on how to use protobuf bindings, +see [gRPC documentation](https://grpc.io/docs/languages/java/generated-code/) +and [protobuf java documentation](https://protobuf.dev/reference/java/java-generated/). + +We have no intention of eventually publishing stable artifacts. If you need guarantees, +please generate your own bindings, +consulting [grpc codegen](https://grpc.io/docs/languages/java/generated-code/#codegen) and +possibly [build.gradle.kts](build.gradle.kts) + ## Releasing See [RELEASING.md](./RELEASING.md)