chetanmeh commented on issue #3061: Add maven plugin to build.grade URL: https://github.com/apache/incubator-openwhisk/pull/3061#issuecomment-360107410 Note that for common/scala module the jar name is `scala-0.0.1-SNAPSHOT.jar`. Below is how this is referred in a different module ``` dependencies { compile "org.apache.openwhisk:scala:0.0.1-SNAPSHOT" } ``` This is because of module dir name being `scala`. Should be change it to common-xxx.jar or something else?
---------------------------------------------------------------- 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
