aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite
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-lite
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-lite')
-rw-r--r--protobuf-lite/build.gradle10
1 files changed, 2 insertions, 8 deletions
diff --git a/protobuf-lite/build.gradle b/protobuf-lite/build.gradle
index eaf802b15..9d55933ee 100644
--- a/protobuf-lite/build.gradle
+++ b/protobuf-lite/build.gradle
@@ -8,10 +8,6 @@ buildscript {
}
}
-plugins {
- id "be.insaneprogramming.gradle.animalsniffer" version "1.4.0"
-}
-
apply plugin: 'com.google.protobuf'
description = 'gRPC: Protobuf Lite'
@@ -22,6 +18,8 @@ dependencies {
libraries.guava
testProtobuf libraries.protobuf
+
+ signature "org.codehaus.mojo.signature:java16:+@signature"
}
compileTestJava {
@@ -57,7 +55,3 @@ protobuf {
}
}
}
-
-animalsniffer {
- signature = "org.codehaus.mojo.signature:java16:+@signature"
-}