mirror of https://github.com/grpc/grpc-java.git
Enable Animal Sniffer for protobuf projects
This ensures that we remain JDK6/Android-compatible.
This commit is contained in:
parent
572f4332a7
commit
22c4991d7f
|
|
@ -1,3 +1,7 @@
|
||||||
|
plugins {
|
||||||
|
id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
|
||||||
|
}
|
||||||
|
|
||||||
description = 'gRPC: Protobuf Nano'
|
description = 'gRPC: Protobuf Nano'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -5,3 +9,7 @@ dependencies {
|
||||||
libraries.protobuf_nano,
|
libraries.protobuf_nano,
|
||||||
libraries.guava
|
libraries.guava
|
||||||
}
|
}
|
||||||
|
|
||||||
|
animalsniffer {
|
||||||
|
signature = "org.codehaus.mojo.signature:java16:+@signature"
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
plugins {
|
||||||
|
id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
|
||||||
|
}
|
||||||
|
|
||||||
description = 'gRPC: Protobuf'
|
description = 'gRPC: Protobuf'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -5,3 +9,7 @@ dependencies {
|
||||||
libraries.protobuf,
|
libraries.protobuf,
|
||||||
libraries.guava
|
libraries.guava
|
||||||
}
|
}
|
||||||
|
|
||||||
|
animalsniffer {
|
||||||
|
signature = "org.codehaus.mojo.signature:java16:+@signature"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue