Version 0.8.1
You can now configure system properties via your Lazybones configuration file by using the systemProp.
prefix. This is particularly useful for configuring a proxy for HTTP access. For example:
systemProp {
http {
proxyHost = "localhost"
proxyPort = "8181"
}
}
This is the same approach as taken by Gradle.