upgle commented on code in PR #5276:
URL: https://github.com/apache/openwhisk/pull/5276#discussion_r928235114


##########
core/invoker/build.gradle:
##########
@@ -32,17 +32,16 @@ ext.coverageDirs = [
     "${buildDir}/classes/scala/scoverage",
     "${project(':common:scala').buildDir.absolutePath}/classes/scala/scoverage"
 ]
-distDockerCoverage.dependsOn ':common:scala:scoverageClasses', 
'scoverageClasses'

Review Comment:
   I'm currently looking for a way to recover this deleted line. gradle6 
doesn't work because of this line.
   
   There is a compatibility issue where compiled classes are deleted after 
running the distDockerCoverage task. (It is difficult to find the cause.)
   
   This line is related to this change: 
https://github.com/apache/openwhisk/pull/3685
   It doesn't seem like a common usage. I'm spending quite a bit of time fixing 
this.



-- 
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]

Reply via email to