This is an automated email from the ASF dual-hosted git repository.
rabbah 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 074998d Update main classname for wskadmin-next due to openwhisk
package renames (#4208)
074998d is described below
commit 074998dbc6000dc832ac7860410226de25612ffb
Author: Andy Steed <[email protected]>
AuthorDate: Tue Jan 8 21:41:25 2019 -0800
Update main classname for wskadmin-next due to openwhisk package renames
(#4208)
---
tools/admin/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/admin/build.gradle b/tools/admin/build.gradle
index 2284bad..9d702f1 100644
--- a/tools/admin/build.gradle
+++ b/tools/admin/build.gradle
@@ -41,7 +41,7 @@ task copyBootJarToBin(type:Copy){
bootJar {
classifier = 'cli'
- mainClassName = 'whisk.core.cli.Main'
+ mainClassName = 'org.apache.openwhisk.core.cli.Main'
launchScript()
finalizedBy copyBootJarToBin
}