Skip to content

Version 0.8.1

Compare
Choose a tag to compare
@pledbrook pledbrook released this 22 Apr 17:59
· 47 commits to master since this release

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.