mirror of https://github.com/grpc/grpc-java.git
16 lines
378 B
Groovy
16 lines
378 B
Groovy
plugins {
|
|
id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
|
|
}
|
|
|
|
description = "gRPC: Stub"
|
|
dependencies {
|
|
compile project(':grpc-core')
|
|
}
|
|
|
|
// Configure the animal sniffer plugin
|
|
animalsniffer {
|
|
signature = "org.codehaus.mojo.signature:java16:+@signature"
|
|
}
|
|
|
|
javadoc.options.links 'http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/'
|