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/27 00:24:21 UTC

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

drcariel 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_r198335381
 
 

 ##########
 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:
   yea you're right - some issues with tests - trying some things out

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