| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2015-04-22 | 358 Bytes | |
| Version 0.8.1 source code.tar.gz | 2015-04-22 | 2.6 MB | |
| Version 0.8.1 source code.zip | 2015-04-22 | 2.7 MB | |
| Totals: 3 Items | 5.3 MB | 0 | |
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.