aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-04-11 12:40:01 -0700
committerAurimas Liutikas <aurimas@google.com>2017-04-12 16:49:10 +0000
commit058995d123bc50783c787ef8799318e8797d889c (patch)
tree86fc9214a08005f73ab960a8f6f9bfca8ff72b9f /gradle.properties
parent65482badcb9af6c72880f85930747700264c807b (diff)
downloadsupport-058995d123bc50783c787ef8799318e8797d889c.tar.gz
Move to using Android Gradle Plugin 2.4.0-alpha5
- Move to the new plugin - Fix new lint warnings (missing @RequiresApi) - Suppress 106 doclava warning about missing @attr javadoc in R.java files. alanv@ will investigate this further. - Disable new resource processing as it breaks doclava - Explicitly set jacoco version in SupportLibraryPlugin as a workaround for android gradle plugin bug (fixed in alpha6) Test: ./gradlew assemble createArchive generateDocs updateApi Change-Id: I97d895b4aa2da2bc4a659f25fe54ac75401af9e6
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index fb870a962b8..e4443ce95b2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx3g
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true
+android.enableNewResourceProcessing=false