mirror of https://github.com/grpc/grpc-java.git
15 lines
313 B
Groovy
15 lines
313 B
Groovy
plugins {
|
|
id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
|
|
}
|
|
|
|
description = "gRPC: OkHttp"
|
|
dependencies {
|
|
compile project(':grpc-core'),
|
|
libraries.okhttp
|
|
}
|
|
|
|
// Configure the animal sniffer plugin
|
|
animalsniffer {
|
|
signature = "org.codehaus.mojo.signature:java16:+@signature"
|
|
}
|