aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
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 /benchmarks
parentbdecdaea22ba4e56949be7534aa47306e5b5f758 (diff)
downloadgrpc-grpc-java-4e82e62eaa549d1f63a6548aa0a6ea1687de618f.tar.gz
Fix compilation in Java 9
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index 77727d0cd..57115747a 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -37,6 +37,7 @@ dependencies {
libraries.netty_tcnative,
libraries.netty_epoll,
libraries.math
+ compileOnly libraries.javax_annotation
}
compileJava {