aboutsummaryrefslogtreecommitdiff
path: root/protobuf-nano
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 /protobuf-nano
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 'protobuf-nano')
-rw-r--r--protobuf-nano/build.gradle9
1 files changed, 1 insertions, 8 deletions
diff --git a/protobuf-nano/build.gradle b/protobuf-nano/build.gradle
index 5053e49e1..e577fcbcd 100644
--- a/protobuf-nano/build.gradle
+++ b/protobuf-nano/build.gradle
@@ -8,20 +8,13 @@ buildscript {
}
}
-plugins {
- id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
-}
-
description = 'gRPC: Protobuf Nano'
dependencies {
compile project(':grpc-core'),
libraries.protobuf_nano,
libraries.guava
-}
-
-animalsniffer {
- signature = "org.codehaus.mojo.signature:java16:+@signature"
+ signature "org.codehaus.mojo.signature:java16:+@signature"
}
configureProtoCompilation()