Skip to content

Commit e2efe5f

Browse files
authored
Define support in readme (#14)
1 parent a15ee36 commit e2efe5f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ with `-Prelease.version`:
5454
./gradlew build -Prelease.version=1.0.0
5555
```
5656

57+
## Support
58+
59+
The generated java bindings published from this repository are provided as-is.
60+
61+
For generic documentation on how to use protobuf bindings,
62+
see [gRPC documentation](https://grpc.io/docs/languages/java/generated-code/)
63+
and [protobuf java documentation](https://protobuf.dev/reference/java/java-generated/).
64+
65+
We have no intention of eventually publishing stable artifacts. If you need guarantees,
66+
please generate your own bindings,
67+
consulting [grpc codegen](https://grpc.io/docs/languages/java/generated-code/#codegen) and
68+
possibly [build.gradle.kts](build.gradle.kts)
69+
5770
## Releasing
5871

5972
See [RELEASING.md](./RELEASING.md)

0 commit comments

Comments
 (0)