Does anybody know if there is an easy way to override the gretty, or any gradle configuration on the command line?
(the ones here: http://akhikhl.github.io/gretty-doc/Gretty-configuration.html)
I have tried this
gradle -Dgretty.httpPort=8111 :web:jettyRun
but it still runs on port 8080.