iwasakims commented on code in PR #1212:
URL: https://github.com/apache/bigtop/pull/1212#discussion_r1437421604
##########
packages.gradle:
##########
@@ -394,6 +416,8 @@ def genTasks = { target ->
delete ("$PKG_BUILD_DIR/deb")
def final DEB_BLD_DIR = "$PKG_BUILD_DIR/deb/$NAME-${PKG_VERSION}"
def final DEB_PKG_DIR =
"$PKG_BUILD_DIR/deb/$PKG_NAME-${PKG_VERSION}-${BIGTOP_BUILD_STAMP}"
+ def final ENABLE_MAVEN_PARALLEL_BUILD =
config.bigtop.components[target].maven_parallel_build
+ def final MAVEN_BUILD_THREADS = project.hasProperty('buildThreads') ?
project.property('buildThreads') : null
Review Comment:
Documentation/comments for the feature could be added later. We do not allow
number without `C` while [Maven
do](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]