xref: /aosp_15_r20/external/grpc-grpc-java/googleapis/build.gradle (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1*e07d83d3SAndroid Build Coastguard Workerplugins {
2*e07d83d3SAndroid Build Coastguard Worker    id "java-library"
3*e07d83d3SAndroid Build Coastguard Worker    id "maven-publish"
4*e07d83d3SAndroid Build Coastguard Worker
5*e07d83d3SAndroid Build Coastguard Worker    id "ru.vyarus.animalsniffer"
6*e07d83d3SAndroid Build Coastguard Worker}
7*e07d83d3SAndroid Build Coastguard Worker
8*e07d83d3SAndroid Build Coastguard Workerdescription = 'gRPC: googleapis'
9*e07d83d3SAndroid Build Coastguard Worker
10*e07d83d3SAndroid Build Coastguard Workerdependencies {
11*e07d83d3SAndroid Build Coastguard Worker    api project(':grpc-api')
12*e07d83d3SAndroid Build Coastguard Worker    implementation project(path: ':grpc-alts', configuration: 'shadow'),
13*e07d83d3SAndroid Build Coastguard Worker                   project(':grpc-core'),
14*e07d83d3SAndroid Build Coastguard Worker                   project(path: ':grpc-xds', configuration: 'shadow'),
15*e07d83d3SAndroid Build Coastguard Worker                   libraries.guava.jre // JRE required by transitive protobuf-java-util
16*e07d83d3SAndroid Build Coastguard Worker    testImplementation testFixtures(project(':grpc-core'))
17*e07d83d3SAndroid Build Coastguard Worker
18*e07d83d3SAndroid Build Coastguard Worker    signature libraries.signature.java
19*e07d83d3SAndroid Build Coastguard Worker}
20