mirror of https://github.com/grpc/grpc-java.git
android: including signing configuration
This commit is contained in:
parent
c51a7749b1
commit
59c2223d6e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue