--build-file and --settings-file

The gradle command line supports --build-file and --settings-file. The documentation states that setting the build file with --build-file causes the settings file to be ignored. However, if --settings-file is explicitly set, I would expect it to be used.

This seems like a trivial and set useful change.