You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/08/06 00:33:18 UTC

[GitHub] [openwhisk] dubee commented on a change in pull request #4575: update distDocker plugin import

dubee commented on a change in pull request #4575: update distDocker plugin import
URL: https://github.com/apache/openwhisk/pull/4575#discussion_r310841819
 
 

 ##########
 File path: core/cosmosdb/cache-invalidator/build.gradle
 ##########
 @@ -22,7 +22,8 @@ apply plugin: 'maven'
 apply plugin: 'org.scoverage'
 
 ext.dockerImageName = 'cache-invalidator-cosmosdb'
-apply from: "${project.rootProject.projectDir.absolutePath}/gradle/docker.gradle"
+apply from: "../../gradle/docker.gradle"
 
 Review comment:
   It's `../../../gradle/docker.gradle` and remove the comment.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services