chetanmeh commented on a change in pull request #17: Use Maven based dependency 
instead of gradle project based dependency
URL: 
https://github.com/apache/incubator-openwhisk-runtime-docker/pull/17#discussion_r168138173
 
 

 ##########
 File path: tools/travis/build.sh
 ##########
 @@ -30,6 +22,20 @@ docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
 docker pull openwhisk/nodejs6action
 docker tag openwhisk/nodejs6action ${IMAGE_PREFIX}/nodejs6action
 
+TERM=dumb ./gradlew \
+:common:scala:install \
+:core:controller:install \
+:core:invoker:install \
+:tests:install \
+-x test -x createKeystore
 
 Review comment:
   @csantanapr We can possibly add another gradle module in main project which 
has dependency on install task for various modules. Then in all projects we can 
just trigger that like `./gradlew :dist:maven` instead of listing each module 
explicitly here.
   
   Thoughts?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to