aboutsummaryrefslogtreecommitdiff
path: root/testing-proto
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-03-28 17:13:39 -0700
committerGitHub <noreply@github.com>2018-03-28 17:13:39 -0700
commit4e82e62eaa549d1f63a6548aa0a6ea1687de618f (patch)
tree1b295d2d60b7a6a47bf6c3796f4477c52a36f5f7 /testing-proto
parentbdecdaea22ba4e56949be7534aa47306e5b5f758 (diff)
downloadgrpc-grpc-java-4e82e62eaa549d1f63a6548aa0a6ea1687de618f.tar.gz
Fix compilation in Java 9
Diffstat (limited to 'testing-proto')
-rw-r--r--testing-proto/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing-proto/build.gradle b/testing-proto/build.gradle
index da07f65af..675351d75 100644
--- a/testing-proto/build.gradle
+++ b/testing-proto/build.gradle
@@ -16,6 +16,7 @@ buildscript {
dependencies {
compile project(':grpc-protobuf'),
project(':grpc-stub')
+ compileOnly libraries.javax_annotation
testCompile libraries.truth
}