mirror of https://github.com/grpc/grpc-java.git
18 lines
389 B
Groovy
18 lines
389 B
Groovy
plugins {
|
|
id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
|
|
}
|
|
|
|
description = 'gRPC: Protobuf'
|
|
|
|
dependencies {
|
|
compile project(':grpc-core'),
|
|
project(':grpc-protobuf-lite'),
|
|
libraries.protobuf,
|
|
libraries.guava,
|
|
libraries.protobuf_util
|
|
}
|
|
|
|
animalsniffer {
|
|
signature = "org.codehaus.mojo.signature:java16:+@signature"
|
|
}
|