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 2017/12/05 17:18:56 UTC

[GitHub] chetanmeh commented on a change in pull request #3059: Modify the unix script

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:
users@infra.apache.org


With regards,
Apache Git Services