aboutsummaryrefslogtreecommitdiff
path: root/stub/build.gradle
blob: c97b75975c6c46bacd89696c346343af5115bf91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugins {
    id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
}

description = "gRPC: Stub"
dependencies {
    compile project(':grpc-core')
    testCompile libraries.truth,
    project(':grpc-testing')
}

// Configure the animal sniffer plugin
animalsniffer {
    signature = "org.codehaus.mojo.signature:java16:+@signature"
}

javadoc.options.links "https://google.github.io/guava/releases/${guavaVersion}/api/docs/"