Merge "docs: gradle plugin revision update" into mnc-preview-docs

This commit is contained in:
Rich Sloager
2015-08-04 18:40:58 +00:00
committed by Android (Google) Code Review

View File

@@ -59,8 +59,8 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dd> <dd>
<ul> <ul>
<li>Added support for the <code>com.android.build.threadPoolSize</code> property to control <li>Added support for the <code>com.android.build.threadPoolSize</code> property to control
the <code>Android</code> task thread pool size from the <code>build.gradle</code> file or the <code>Android</code> task thread pool size from the <code>gradle.properties</code> file
the command line. The following example sets this property to 4. or the command line. The following example sets this property to 4.
<pre> <pre>
-Pcom.android.build.threadPoolSize=4 -Pcom.android.build.threadPoolSize=4
</pre> </pre>