File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,19 @@ with `-Prelease.version`:
54
54
./gradlew build -Prelease.version=1.0.0
55
55
```
56
56
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
+
57
70
## Releasing
58
71
59
72
See [ RELEASING.md] ( ./RELEASING.md )
You can’t perform that action at this time.
0 commit comments