csantanapr 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_r168677837
########## File path: settings.gradle ########## @@ -16,6 +8,10 @@ include 'tests:dat:blackbox:badproxy' rootProject.name = 'runtime-docker' +gradle.ext.openwhisk = [ + version: '0.0.1-SNAPSHOT' Review comment: yeah make it `1.0.0-SNAPSHOT` low risk it's just test libs ---------------------------------------------------------------- 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
