chetanmeh commented on issue #3249: #3243 - Use gradle scoverage to collect 
test coverage stats
URL: 
https://github.com/apache/incubator-openwhisk/pull/3249#issuecomment-365227172
 
 
   Understand the problem now. As discussed on Slack the plan of action is to  
find out all other projects which rely on openwhisk core project via project 
dependency and then modify them in following way
   
   Switch to Maven based dependency
   
        repositories {
            mavenCentral()
            mavenLocal()
        }
       dependencies {
           compile 
"org.apache.openwhisk:openwhisk-common:${gradle.openwhisk.version}"    
       }
   
   Modify travis build to perform Maven install
   
       ./gradlew install distDocker
   
   Based on [this search][1] there are 7 such modules which need to be 
modified. This change also aligns well with the release work where eventually 
we would be moving to proper dependency
   
   Would work on creating PR for each of them
   
   Update - Opened #3277 to track this change
   
   [1]: 
https://sourcegraph.com/search?q=%22project%28%27:common:scala%27%29%22+repo:%5Egithub%5C.com/apache/incubator-openwhisk*

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to