Download Latest Version Version 0.8.3 source code.zip (2.7 MB)
Email in envelope

Get an email when there's a new version of Lazybones

Home / v0.8.1
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2015-04-22