Does anyone know how to configure the jetty gradle plugin to run in debug mode so that I can attach a remote debugger?
I\'ve tried setting the gradle and java opts t
Try using Gretty plugin, it provided gradle tasks jettyRunDebug, jettyStartDebug etc.
Source code and doc: https://github.com/akhikhl/gretty
Disclosure: I am author of Gretty plugin.