Revert "Run Documentation formatting in parallel"
This reverts commit db4e14f1a8.
Running AsciiDoc in parallel swamps some hardware, and there
is no portable way to get the number of available cores.
Since it is apparent the contributors want to keep using
Maven, lets just go with correct and slow.
Change-Id: I71c2c902dc1553b0316c21aaf48b481ffe0aaec6
This commit is contained in:
committed by
Gerrit Code Review
parent
db4e14f1a8
commit
5ee934dfeb
@@ -251,7 +251,6 @@ limitations under the License.
|
||||
<arg value="VERSION=${project.version}" />
|
||||
<arg value="clean" />
|
||||
<arg value="all" />
|
||||
<arg value="-j8" />
|
||||
</exec>
|
||||
|
||||
<mkdir dir="${dst}" />
|
||||
@@ -279,7 +278,6 @@ limitations under the License.
|
||||
<arg value="VERSION=${project.version}" />
|
||||
<arg value="clean" />
|
||||
<arg value="all" />
|
||||
<arg value="-j8" />
|
||||
</exec>
|
||||
|
||||
<mkdir dir="${dst}" />
|
||||
|
||||
Reference in New Issue
Block a user