Skip to content

Commit

Permalink
Define support in readme (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jan 9, 2024
1 parent a15ee36 commit e2efe5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e2efe5f

Please sign in to comment.