This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new c202ba7 allow CLI to compile open maven jar (#3810)
c202ba7 is described below
commit c202ba7e4ce2b593c49161f3ca7ced7668a7397b
Author: David Cariello <[email protected]>
AuthorDate: Tue Jun 26 17:07:11 2018 -0500
allow CLI to compile open maven jar (#3810)
---
tools/admin/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/admin/build.gradle b/tools/admin/build.gradle
index ab8aff2..60fbf4e 100644
--- a/tools/admin/build.gradle
+++ b/tools/admin/build.gradle
@@ -21,6 +21,7 @@ plugins {
}
apply plugin: 'org.scoverage'
+apply plugin: 'maven'
project.archivesBaseName = "openwhisk-admin-tools"