11 lines
413 B
Groovy
11 lines
413 B
Groovy
apply plugin: 'java-library'
|
|
|
|
// The streaming shapes the Stable plan deliberately excludes: client streaming sessions with
|
|
// dedup/checkpoint/resume, bidirectional sessions with independent per-direction sequences, and the
|
|
// manual flow-control approval API.
|
|
dependencies {
|
|
api project(':grpc:grpc-core-api')
|
|
api project(':grpc:grpc-policy')
|
|
api project(':grpc-advanced:grpc-advanced-bootstrap')
|
|
}
|