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:
[email protected]
With regards,
Apache Git Services