apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
180 stars 126 forks source link

Reading Jar Contents from Env. #297

Closed pritidesai closed 5 years ago

pritidesai commented 5 years ago

Reading Jar contents and main method from env. OW_AUTO_INIT and OW_AUTO_INIT_MAIN, just like https://github.com/apache/openwhisk-runtime-go/pull/106/files

Renamed OW_AUTOINIT to OW_AUTO_INIT and OW_AUTOINIT_MAIN to OW_AUTO_INIT_MAIN for better readability.