[ https://issues.apache.org/jira/browse/GROOVY-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698155#comment-14698155 ]
ASF GitHub Bot commented on GROOVY-7548: ---------------------------------------- GitHub user paulk-asert opened a pull request: https://github.com/apache/incubator-groovy/pull/83 GROOVY-7548: @Grab should provide a way to set system properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-asert/incubator-groovy groovy7548 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/83.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #83 ---- commit 4c0d2d2bf4a701ea7d2c12f82f763fe5be50e02c Author: paulk <pa...@asert.com.au> Date: 2015-08-15T06:53:19Z GROOVY-7548: @Grab should provide a way to set system properties ---- > @Grab should provide a way to set system properties > --------------------------------------------------- > > Key: GROOVY-7548 > URL: https://issues.apache.org/jira/browse/GROOVY-7548 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > > @Grab provides no mechanism for setting system properties which might be > required for downloading dependencies via SSL or a proxy. With an increasing > number of services moving to the cloud, this greatly reduces the usefulness > of scripts to enterprise organizations. Such a mechanism could easily be > added by adding an extra attribute, e.g. {{systemProperties}} to @GrabConfig > and supplying a constant list of property name, property value pairs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)