aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2018-05-03 17:21:52 -0700
committerEric Gribkoff <ericgribkoff@google.com>2018-05-07 11:31:56 -0700
commit59c2223d6e1dc2a5af846392ba0ae9aead376534 (patch)
tree313bd1a69b5f132c4f42e2007db714184529a92a /android
parentc51a7749b17f4beaf7f380ccd62c9003fdf63366 (diff)
downloadgrpc-grpc-java-59c2223d6e1dc2a5af846392ba0ae9aead376534.tar.gz
android: including signing configuration
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 1457e64ea..9cd0a3478 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -22,6 +22,7 @@ buildscript {
apply plugin: "net.ltgt.errorprone"
apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: "signing"
android {
compileSdkVersion 27
@@ -51,6 +52,11 @@ dependencies {
testImplementation 'com.google.truth:truth:0.39'
}
+signing {
+ required false
+ sign configurations.archives
+}
+
task javadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
// TODO(ericgribkoff) Fix javadoc errors