aboutsummaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-02-02 13:48:12 -0800
committerEric Anderson <ejona@google.com>2017-02-07 12:49:01 -0800
commit42aa64c6478fb7bc523a64bbd479fee567681e57 (patch)
tree18ee7e112d2f4e3fddf110cc4d97974c4bf31aa2 /context
parentb0323ac22c405954e1e463a0d1a0d73f2a2216ba (diff)
downloadgrpc-grpc-java-42aa64c6478fb7bc523a64bbd479fee567681e57.tar.gz
all: swap to newer animalsniffer plugin
The new plugin uses a newer version of animalsniffer, allows overriding the animalsniffer version used, and has up-to-date handling. The up-to-date handling cuts fully incremental parallel build times in half, from 5.5s to 2.7s. The previous plugin was supposed to be verifying tests. However, either it wasn't verifying them or its verification was broken.
Diffstat (limited to 'context')
-rw-r--r--context/build.gradle10
1 files changed, 1 insertions, 9 deletions
diff --git a/context/build.gradle b/context/build.gradle
index 0566f6a0f..3532760a3 100644
--- a/context/build.gradle
+++ b/context/build.gradle
@@ -1,14 +1,6 @@
-plugins {
- id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
-}
-
description = 'gRPC: Context'
dependencies {
testCompile project(':grpc-testing')
-}
-
-// Configure the animal sniffer plugin
-animalsniffer {
- signature = "org.codehaus.mojo.signature:java16:+@signature"
+ signature "org.codehaus.mojo.signature:java16:+@signature"
}