chetanmeh commented on a change in pull request #3059: Modify the unix script
URL:
https://github.com/apache/incubator-openwhisk/pull/3059#discussion_r155016159
##########
File path: build.gradle
##########
@@ -10,4 +10,29 @@ buildscript {
subprojects {
apply plugin: 'scalafmt'
scalafmt.configFilePath = gradle.scalafmt.config
+
+ afterEvaluate {
+ if (project.plugins.hasPlugin('application')) {
+ startScripts {
+ doLast {
+ unixScript.text = configureUnixClasspath(unixScript)
+ }
+ }
+ }
+ }
Review comment:
Thanks @markusthoemmes for looking into this. I also saw that but it does
not work as expected. Have a look at links provided in #3057 for background and
hence used this approach
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services