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 2018/06/26 23:49:18 UTC

[GitHub] rabbah commented on a change in pull request #3811: include admin jar in gradle install maven repo

rabbah commented on a change in pull request #3811: include admin jar in gradle install maven repo
URL: https://github.com/apache/incubator-openwhisk/pull/3811#discussion_r198330312
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -61,6 +61,7 @@ subprojects {
             task testSourcesJar(type: Jar, dependsOn: testClasses) {
                 classifier = 'test-sources'
                 from sourceSets.test.allSource
+                file('bin/openwhisk-admin-tools-1.0.0-SNAPSHOT.jar')
 
 Review comment:
   Doesn’t seem right - what’s the problem you’re trying to address? I can’t imagine a downstream dependence on wskadmin-next; what am I missing?

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


With regards,
Apache Git Services